forked from IFPRI/impact-model-projects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
280 lines (280 loc) · 9.16 KB
/
_config.yml
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
prose:
metadata:
projects:
- name: "published"
field:
element: hidden
value: true
- name: "title"
field:
element: "text"
label: "Title"
- name: "tags"
field:
element: multiselect
label: "Tags"
help: "Select or enter tag names"
options:
- name: "baseline"
value: "baseline"
alterable: true
- name: "image"
field:
element: "text"
label: "Image"
- name: "scenarios"
field:
element: multiselect
label: "Scenarios"
help: "Select base scenarios or type a scenario id e.g. \"ssp2_gfdl\". Ensure that this matches the file name in the scenarios folder"
options:
- name: "SSP2-GFDL"
value: "SSP2_GFDL"
- name: "SSP2-HGEM"
value: "SSP2_HGEM"
- name: "SSP2-MIROC"
value: "SSP2_MIROC"
- name: "SSP2-IPSL"
value: "SSP2_IPSL"
- name: "SSP2-NoCC"
value: "SSP2_NoCC"
alterable: true
scenarios:
- name: "published"
field:
element: hidden
value: true
- name: "project"
field:
element: "text"
label: "Project"
help: "Enter the project id"
placeholder: "project-id"
- name: "related"
field:
element: multiselect
label: "Related Scenarios"
help: "Select base scenarios or type a scenario id e.g. \"ssp2_gfdl\""
options:
- name: "SSP2-GFDL"
value: "ssp2_gfdl"
- name: "SSP2-HGEM"
value: "ssp2_hgem"
- name: "SSP2-MIROC"
value: "ssp2_miroc"
- name: "SSP2-IPSL"
value: "ssp2_ipsl"
- name: "SSP2-NoCC"
value: "ssp2_nocc"
alterable: true
- name: "outputsCommodShow"
field:
element: multiselect
label: "Outputs View Parameters (Commodity)"
help: "Select them from the dropdown or add your own. Only the first 12 will be used"
options:
- name: "Animal Numbers"
value: "anmlnumxagg"
- name: "Livestock Feed Demand"
value: "qlxagg"
- name: "Total Yield"
value: "tyldxagg"
- name: "Animal Yield"
value: "anmlyldxagg"
- name: "Food Availability"
value: "foodavailxagg"
- name: "Total Demand"
value: "qdxagg"
- name: "Export Share of Production"
value: "qeshxagg"
- name: "Household Demand"
value: "qfxagg"
- name: "Import Share of Demand"
value: "qmshxagg"
- name: "Net Trade Share of Production"
value: "qnsh1xagg"
- name: "Net Trade Share of Demand"
value: "qnsh2xagg"
- name: "Net Trade"
value: "qnxagg"
- name: "Commodity Supply"
value: "qsupxagg"
- name: "Total Area"
value: "tareaxagg"
alterable: true
- name: "outputsNonCommodShow"
field:
element: multiselect
label: "Outputs View Parameters (Non-commodity)"
help: "Select them from the dropdown or add your own. Only the first 12 will be used"
options:
- name: "Per Capita Calories"
value: "percapkcalxagg"
- name: "Population at Risk of Hunger"
value: "populationatriskxagg"
- name: "Total Malnourished Children"
value: "totalmalnourishedxagg"
alterable: true
- name: "mapParam"
field:
element: multiselect
label: "Map Parameters"
help: "Select them from the dropdown or add your own"
options:
- name: "Animal Numbers"
value: "anmlnumxagg"
- name: "Livestock Feed Demand"
value: "qlxagg"
- name: "Total Yield"
value: "tyldxagg"
- name: "Animal Yield"
value: "anmlyldxagg"
- name: "Food Availability"
value: "foodavailxagg"
- name: "Total Demand"
value: "qdxagg"
- name: "Export Share of Production"
value: "qeshxagg"
- name: "Household Demand"
value: "qfxagg"
- name: "Import Share of Demand"
value: "qmshxagg"
- name: "Net Trade Share of Production"
value: "qnsh1xagg"
- name: "Net Trade Share of Demand"
value: "qnsh2xagg"
- name: "Net Trade"
value: "qnxagg"
- name: "Commodity Supply"
value: "qsupxagg"
- name: "Total Area"
value: "tareaxagg"
alterable: true
- name: "mapDefaultGroup"
field:
element: select
label: "Default Map Group"
options:
- name: "Animal Products"
value: "animal_products"
- name: "Cereals"
value: "cereals"
- name: "Fruits and Vegetables"
value: "fruits_vegetables"
- name: "Oils"
value: "oils"
- name: "Food Oils"
value: "food_oils"
- name: "Oil Seeds"
value: "oils_seeds"
- name: "Oil Meals"
value: "oil_meals"
- name: "Other"
value: "other"
- name: "Pulses"
value: "pulses"
- name: "Roots and Tubers"
value: "roots_tubers"
- name: "Sugar"
value: "sugar"
- name: "mapDefaultParam"
field:
element: select
label: "Default Map Parameter"
options:
- name: "Animal Numbers"
value: "anmlnumxagg"
- name: "Livestock Feed Demand"
value: "qlxagg"
- name: "Total Yield"
value: "tyldxagg"
- name: "Animal Yield"
value: "anmlyldxagg"
- name: "Food Availability"
value: "foodavailxagg"
- name: "Total Demand"
value: "qdxagg"
- name: "Export Share of Production"
value: "qeshxagg"
- name: "Household Demand"
value: "qfxagg"
- name: "Import Share of Demand"
value: "qmshxagg"
- name: "Net Trade Share of Production"
value: "qnsh1xagg"
- name: "Net Trade Share of Demand"
value: "qnsh2xagg"
- name: "Net Trade"
value: "qnxagg"
- name: "Commodity Supply"
value: "qsupxagg"
- name: "Total Area"
value: "tareaxagg"
- name: "exploreDefaultGroup"
field:
element: select
label: "Default Explore View Group"
options:
- name: "Animal Products"
value: "animal_products"
- name: "Cereals"
value: "cereals"
- name: "Fruits and Vegetables"
value: "fruits_vegetables"
- name: "Oils"
value: "oils"
- name: "Food Oils"
value: "food_oils"
- name: "Oil Seeds"
value: "oils_seeds"
- name: "Oil Meals"
value: "oil_meals"
- name: "Other"
value: "other"
- name: "Pulses"
value: "pulses"
- name: "Roots and Tubers"
value: "roots_tubers"
- name: "Sugar"
value: "sugar"
- name: "exploreScenarioComp"
field:
element: select
label: "Explore View Comparison Scenario"
help: "Select a default comparison scenario"
options:
- name: "SSP2-GFDL"
value: "ssp2_gfdl"
- name: "SSP2-HGEM"
value: "ssp2_hgem"
- name: "SSP2-MIROC"
value: "ssp2_miroc"
- name: "SSP2-IPSL"
value: "ssp2_ipsl"
- name: "SSP2-NoCC"
value: "ssp2_nocc"
- name: "exploreRegAgg"
field:
element: select
label: "Explore View Regional Filter Level"
help: "Select a filter level (country, subcontinent, or continent) or \"None\" if no regional filtering is desired"
options:
- name: "None"
value: "''"
- name: "Country"
value: "region"
- name: "Subcontinent"
value: "agg_subcontinent"
- name: "Continent"
value: "agg_continent"
- name: "exploreRegionValue"
field:
element: text
label: "Explore View Regional Filter Value"
help: "Enter a value for the regional filter. e.g. \"usa\" or \"south_america\""
placeholder: "afg"
- name: mapAggregation
field:
element: text
label: "Map Aggregation File"
placeholder: "default.csv"