-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCLEWS-KEN.yaml
226 lines (196 loc) · 5.8 KB
/
CLEWS-KEN.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
# clewsy build parameterization yaml file
# Variable definitions to update MoManI | Append/Update otoole models
Acronym_dict: {
CCD: 'Country Code',
RGN: 'Region Code',
FLT: 'Filter Code',
IND: 'Industry',
RES: 'Residential',
COM: 'Commercial',
AGR: 'Agricultural',
TRA: 'Transport',
OTH: 'Other',
BIO: 'Biomass',
COA: 'Coal',
CRU: 'Crude oil',
DSL: 'Diesel',
ELC001: 'Electricity from power plants',
ELC002: 'Electricity from transmission',
ELCKENXX01: 'Electricity from power plants',
ELCKENXX02: 'Electricity from transmission',
GSL: 'Gasoline',
HFO: 'Heavy fuel oil',
NGS: 'Natural gas',
KER: 'Kerosene',
LPG: 'LPG',
OHC: 'Other hydrocarbons',
GEO: 'Geothermal',
HYD: 'Hydropower',
SOL: 'Solar',
WND: 'Wind',
CHC: 'Charcoal',
PCK: 'Petroleum coke',
JFL: 'Jet fuel',
# Naming Convention for AgriculturalResidualCapacity
BEA: 'Bean',
MZE: 'Maize',
COW: 'Cowpea',
SOR: 'Sorghum',
PTS: 'Sweet Potato',
TEA: 'Tea',
HI: 'High intensity Irrigated',
IR: 'Intermediate intensity Rainfed',
II: 'Intermediate intensity Irrigated'
}
# Model external dependencies: Directories & Files
################################################################
Model: CLEWS-KEN
Debug: 0 # ASR- Note: 1= Debug probes on; 0= No debug probes
OutputFormat: append_otoole
OperationModes: 'optn_mds.txt'
otooleOutputDirectory: 'data-out'
DataDirectoryName: './data-inp/gaezclstr-ken'
OsemosysGlobalPath: './data-inp/osemosys-ken'
ClusterBaseFileName: clustering_results_
PrecipitationClusterBaseFileName: clustering_results_prc_
EvapotranspirationClusterBaseFileName: clustering_results_evt_
IrrigationWaterDeficitClusterBaseFileName: clustering_results_cwd_
# Model Time Space parameters: Years, Land, Regions,... TimeSlices
################################################################
Years:
- 2020
- 2021
- 2022
- 2023
- 2024
- 2025
- 2026
- 2027
- 2028
- 2029
- 2030
- 2031
- 2032
- 2033
- 2034
- 2035
LandRegions:
- TAI
- NCA
- NCB
- NCC
- NCD
- NCE
LandToGridMap: {
NCA: KENXX,
NCB: KENXX,
NCC: KENXX,
NCD: KENXX,
NCE: KENXX,
TAI: KENXX,
}
LandUseCodes: {
BAR: Barren and sparsely vegetated land,
FOR: Forest land,
GRS: Grassland & woodland,
BLT: Built-up land,
WAT: Water bodies,
OTH: Other agricultural land # Do we need this at all???
}
Regions: {GLOBAL: ['Global', '#000000']}
Timeslices: { #data from osemosys_global
SEA1BAS: ['Season 1 baseload', '#000000'],
SEA1INT: ['Season 1 intermediate', '#cc9900'],
SEA1PEK: ['Season 1 peak', '#00cc66'],
SEA2BAS: ['Season 2 baseload', '#ffffcc'],
SEA2INT: ['Season 2 intermediate', '#99ff66'],
SEA2PEK: ['Season 2 peak', '#cc3333']
}
# Model Land, Water parameters: Irrigation type, Rainfed,...
################################################################
IntensityList: {
L: Low,
I: Intermediate,
H: High
}
IrrigationTypeList: {
R: Rain-fed,
I: Irrigation
}
EvapotranspirationPercentPRCOtherLandUse: {
# Percentages taken from Bolivia model by Abhi.
BAR: 0.773,
FOR: 0.691,
GRS: 0.694, # Numbers from Bolivia. SET is settled, or BLT.
BLT: 0.631,
WAT: 0.571,
OTH: 0.694 # Used GRS for OTH
}
GroundwaterPercentofExcessOtherLandUse: {
# Since other land types are more likely to have a different ratio.
BAR: 0.009,
FOR: 0.077,
GRS: 0.051,
BLT: 0.072, # Numbers from water ratios from Bolivia. SET is BLT.
WAT: 0.017,
OTH: 0.051 # Used GRS for OTH
}
# Precent of excess water (Irrigation + Precipitation - Evapotranspiration) that returns as groundwater. Rest returns as Runoff.
# GroundwaterPercentofExcess: Value for grassland. Need a better number...
GroundwaterPercentofExcess: 0.051
# Model Energy parameters: Fuels, Transformation Tech,...
################################################################
EndUseFuels: {
IND: ['COA', 'LPG', 'KER', 'DSL', 'HFO', 'OHC', 'BIO', 'NGS', 'ELCKENXX02'],
RES: ['LPG', 'KER', 'BIO', 'NGS', 'ELCKENXX02'],
COM: ['KER', 'DSL', 'LPG', 'BIO', 'NGS', 'ELCKENXX02'],
AGR: ['DSL', 'ELCKENXX02'],
TRA: ['GSL', 'KER', 'DSL', 'HFO', 'NGS', 'ELCKENXX02']
}
ImportFuels: [] # ['COA', 'CRU', 'LPG', 'GSL', 'KER', 'DSL', 'HFO']
ExportFuels: [] # ['COA', 'NGS', 'CRU', 'GSL', 'KER', 'HFO', 'BIO']
DomesticMining: [] # ['COA', 'NGS', 'CRU']
DomesticRenewables: [] # ['WND', 'HYD', 'BIO', 'SOL', 'GEO']
# Note: Transformation technologies assume that their fuels are created elsewhere (either in the DomesticMining, DomesticRenewables or ImportFuels.
TransformationTechnologies: [
['PWRTRNX01', 'ELCKENXX01', '1.11', 'ELCKENXX02', '1', 'Power transmission', '1'], # 90% efficient transmission system (losses)
# Structure of data is: [Tech, InFuel, IAR, OutFuel, OAR, Name, Mode]
# If the FUEL is '' that piece will not be created.
# Name is used only the first time this technology shows up. Fuels are created only if needed.
# If multiple lines for the same technology, this technology will have multiple input and output activity ratios.
# Note: This section can also be used to add input or output fuels to various technologies (cooling water, for example)
]
# Power Plants: #Data from osemosys_global
PowerPlants: {
}
Emissions: {
CO2: ['Carbon dioxide emissions.', '#000000']}
# Model Agriculture & Crop yield parameters:
################################################################
# AgriculturalResidualCapacityRetirementYears
AgriculturalResidualCapacityRetirementYears: 15
CropYieldFactors: { #keep, change names to match clustering
COW: 1,
BEA: 1,
SOR: 1,
MZE: 1,
TEA: 1,
PTS: 1
}
AgriculturalResidualCapacity: {
}
AgriculturalCapitalCost: [
]
# AgriculturalVariableCost: {
# RAPHIBC: 5,
# ...
# OTHIIBC: 5,
# OTHIRBC: 6
# }
#
# AgriculturalOperationalLife: {
# RAPHIBC: 5,
# ...
# OTHIIBC: 5,
# OTHIRBC: 6
# }