Skip to content

Commit

Permalink
Damage target also added to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanderwijst committed May 12, 2021
1 parent f607212 commit e2be70e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions input/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ regions:
damages: $regional
adaptation: $regional


input:
db_filename: ../../Databases/SSP_IAM_V2_201811.csv
baselines:
Expand Down Expand Up @@ -59,7 +58,7 @@ time:
end: 2125
dt: 1

SSP: 'SSP2'
SSP: "SSP2"

economics:
PRTP: 0.015
Expand All @@ -75,18 +74,19 @@ economics:
damages:
percentage reversible: 1
scale factor: 1
target: False
adaptation:
curr_level: 0.16
fixed: False

emissions:
carbonbudget: 800 GtCO2 # False or a quantity
min level: -20 GtCO2/yr # False or a quantity
carbonbudget: 800 GtCO2 # False or a quantity
min level: -20 GtCO2/yr # False or a quantity
not positive after budget year: True
baseline carbon intensity: True
inertia:
global: False # False or a number < 0, % of initial emissions
regional: -0.05 # False or a number < 0, % of initial emissions
global: False # False or a number < 0, % of initial emissions
regional: -0.05 # False or a number < 0, % of initial emissions

temperature:
initial: 1.096224 delta_degC
Expand All @@ -100,4 +100,4 @@ default units:
population_unit: billion

model:
damage module: RICE2012 # RICE2010, RICE2012 or WITCH
damage module: RICE2012 # RICE2010, RICE2012 or WITCH

0 comments on commit e2be70e

Please sign in to comment.