forked from remindmodel/remind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathneedBau.R
More file actions
13 lines (13 loc) · 741 Bytes
/
needBau.R
File metadata and controls
13 lines (13 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# | (C) 2006-2024 Potsdam Institute for Climate Impact Research (PIK)
# | authors, and contributors see CITATION.cff file. This file is part
# | of REMIND and licensed under AGPL-3.0-or-later. Under Section 7 of
# | AGPL-3.0, you are granted additional permissions described in the
# | REMIND License Exception, version 1.0 (see LICENSE file).
# | Contact: remind@pik-potsdam.de
# This vector contains the module as name,
# and the realizations that require a 'path_gdx_bau' as elements
# This allows readCheckScenarioConfig and checkFixConfig to set it to NA
# if not needed, and complain if it is missing.
needBau <- list(carbonprice = "NDC",
carbonpriceRegi = "netZero",
emicapregi = "AbilityToPay")