You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,20 +42,22 @@ for more information about the format and its usage in that project.
42
42
43
43
Write a configuration file in YAML format. A simple configuration file with two result variables looks like this:
44
44
45
-
model: OSeMBE v1.0.0
46
-
scenario: DIAG-C400-lin-ResidualFossil
47
-
region: iso2_x, iso3_x, from_csv, or a name of a country/region [substitute x with start, end, or a positive number]
48
-
results:
49
-
- iamc_variable: 'Carbon Capture|Biomass'
50
-
tech_emi: ['(?=^.{2}(BM))^.{4}(CS)']
51
-
emissions: [CO2]
52
-
unit: kt CO2/yr
53
-
transform: abs
54
-
osemosys_param: AnnualTechnologyEmission
55
-
- iamc_variable: 'Capital Investment'
56
-
capacity: ['^.*$']
57
-
unit: MUSD
58
-
osemosys_param: CapitalInvestment
45
+
```yaml
46
+
model: OSeMBE v1.0.0
47
+
scenario: DIAG-C400-lin-ResidualFossil
48
+
region: iso2_x, iso3_x, from_csv, or a name of a country/region [substitute x with start, end, or a positive number]
49
+
results:
50
+
- iamc_variable: 'Carbon Capture|Biomass'
51
+
tech_emi: ['(?=^.{2}(BM))^.{4}(CS)']
52
+
emissions: [CO2]
53
+
unit: kt CO2/yr
54
+
transform: abs
55
+
osemosys_param: AnnualTechnologyEmission
56
+
- iamc_variable: 'Capital Investment'
57
+
capacity: ['^.*$']
58
+
unit: MUSD
59
+
osemosys_param: CapitalInvestment
60
+
```
59
61
60
62
The first section of the configuration file with the keys `model`, `scenario`, and `region` are used to define the metadata for
61
63
the IAMC template.
@@ -67,7 +69,7 @@ the IAMC template.
67
69
* `from_csv` - using the region as defined in the REGION column of the CSV file
68
70
* Any other word or phrase the user defines (other than an invalid iso option) will be used as the region for all variables. eg. Austria, Nepal, Ethiopia, Guyana, etc.
69
71
70
-
\*The `x` in the above ISO options is to be replaced by:
72
+
The `x` in the above ISO options is to be replaced by:
71
73
* `start`, if the codes are at the beginning of the names
72
74
* `end`, if the codes are at the end of the names, or
73
75
* a positive number indicating the position of the first letter of the code in the name. eg. iso2_5 will target the 'GH' in 'POWRGHSOL'
0 commit comments