@hestia-earth/engine-models 0.73.1 → 0.73.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/Cycle.json +35 -37
- package/config/Site.json +26 -24
- package/dist/config.d.ts +1 -0
- package/dist/config.js +8 -4
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/models.d.ts +4 -0
- package/dist/utils.d.ts +6 -0
- package/dist/utils.js +71 -0
- package/dist/validate-config.d.ts +6 -0
- package/dist/validate-config.js +55 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/model-links.json +1328 -261
- package/package.json +2 -1
- package/search-results.json +660 -660
- package/src/config.ts +6 -2
- package/src/index.ts +2 -0
- package/src/models.spec.ts +1 -1
- package/src/models.ts +4 -0
- package/src/utils.spec.ts +118 -0
- package/src/utils.ts +67 -0
- package/src/validate-config.spec.ts +29 -0
- package/src/validate-config.ts +67 -0
- package/src/version.ts +1 -1
package/model-links.json
CHANGED
|
@@ -4,84 +4,136 @@
|
|
|
4
4
|
"path": "hestia_earth/models/agribalyse2016/fuelElectricity.py",
|
|
5
5
|
"docPath": "hestia_earth/models/agribalyse2016/fuelElectricity.md",
|
|
6
6
|
"model": "agribalyse2016",
|
|
7
|
-
"modelKey": "fuelElectricity"
|
|
7
|
+
"modelKey": "fuelElectricity",
|
|
8
|
+
"dependencies": [
|
|
9
|
+
"completeness"
|
|
10
|
+
]
|
|
8
11
|
},
|
|
9
12
|
{
|
|
10
13
|
"path": "hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py",
|
|
11
14
|
"docPath": "hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.md",
|
|
12
15
|
"model": "agribalyse2016",
|
|
13
|
-
"term": "machineryInfrastructureDepreciatedAmountPerCycle"
|
|
16
|
+
"term": "machineryInfrastructureDepreciatedAmountPerCycle",
|
|
17
|
+
"dependencies": [
|
|
18
|
+
"completeness"
|
|
19
|
+
]
|
|
14
20
|
},
|
|
15
21
|
{
|
|
16
22
|
"path": "hestia_earth/models/akagiEtAl2011/ch4ToAirCropResidueBurning.py",
|
|
17
23
|
"docPath": "hestia_earth/models/akagiEtAl2011/ch4ToAirCropResidueBurning.md",
|
|
18
24
|
"model": "akagiEtAl2011",
|
|
19
25
|
"term": "ch4ToAirCropResidueBurning",
|
|
20
|
-
"methodTier": "tier 1"
|
|
26
|
+
"methodTier": "tier 1",
|
|
27
|
+
"dependencies": [
|
|
28
|
+
"aboveGroundCropResidueBurnt",
|
|
29
|
+
"discardedCropBurnt",
|
|
30
|
+
"completeness"
|
|
31
|
+
]
|
|
21
32
|
},
|
|
22
33
|
{
|
|
23
34
|
"path": "hestia_earth/models/akagiEtAl2011/nh3ToAirCropResidueBurning.py",
|
|
24
35
|
"docPath": "hestia_earth/models/akagiEtAl2011/nh3ToAirCropResidueBurning.md",
|
|
25
36
|
"model": "akagiEtAl2011",
|
|
26
37
|
"term": "nh3ToAirCropResidueBurning",
|
|
27
|
-
"methodTier": "tier 1"
|
|
38
|
+
"methodTier": "tier 1",
|
|
39
|
+
"dependencies": [
|
|
40
|
+
"aboveGroundCropResidueBurnt",
|
|
41
|
+
"discardedCropBurnt",
|
|
42
|
+
"completeness"
|
|
43
|
+
]
|
|
28
44
|
},
|
|
29
45
|
{
|
|
30
46
|
"path": "hestia_earth/models/akagiEtAl2011/noxToAirCropResidueBurning.py",
|
|
31
47
|
"docPath": "hestia_earth/models/akagiEtAl2011/noxToAirCropResidueBurning.md",
|
|
32
48
|
"model": "akagiEtAl2011",
|
|
33
49
|
"term": "noxToAirCropResidueBurning",
|
|
34
|
-
"methodTier": "tier 1"
|
|
50
|
+
"methodTier": "tier 1",
|
|
51
|
+
"dependencies": [
|
|
52
|
+
"aboveGroundCropResidueBurnt",
|
|
53
|
+
"discardedCropBurnt",
|
|
54
|
+
"completeness"
|
|
55
|
+
]
|
|
35
56
|
},
|
|
36
57
|
{
|
|
37
58
|
"path": "hestia_earth/models/akagiEtAl2011/pm25ToAirCropResidueBurning.py",
|
|
38
59
|
"docPath": "hestia_earth/models/akagiEtAl2011/pm25ToAirCropResidueBurning.md",
|
|
39
60
|
"model": "akagiEtAl2011",
|
|
40
61
|
"term": "pm25ToAirCropResidueBurning",
|
|
41
|
-
"methodTier": "tier 1"
|
|
62
|
+
"methodTier": "tier 1",
|
|
63
|
+
"dependencies": [
|
|
64
|
+
"aboveGroundCropResidueBurnt",
|
|
65
|
+
"discardedCropBurnt",
|
|
66
|
+
"completeness"
|
|
67
|
+
]
|
|
42
68
|
},
|
|
43
69
|
{
|
|
44
70
|
"path": "hestia_earth/models/akagiEtAl2011/so2ToAirCropResidueBurning.py",
|
|
45
71
|
"docPath": "hestia_earth/models/akagiEtAl2011/so2ToAirCropResidueBurning.md",
|
|
46
72
|
"model": "akagiEtAl2011",
|
|
47
73
|
"term": "so2ToAirCropResidueBurning",
|
|
48
|
-
"methodTier": "tier 1"
|
|
74
|
+
"methodTier": "tier 1",
|
|
75
|
+
"dependencies": [
|
|
76
|
+
"aboveGroundCropResidueBurnt",
|
|
77
|
+
"discardedCropBurnt",
|
|
78
|
+
"completeness"
|
|
79
|
+
]
|
|
49
80
|
},
|
|
50
81
|
{
|
|
51
82
|
"path": "hestia_earth/models/aware/scarcityWeightedWaterUse.py",
|
|
52
83
|
"docPath": "hestia_earth/models/aware/scarcityWeightedWaterUse.md",
|
|
53
84
|
"model": "aware",
|
|
54
|
-
"term": "scarcityWeightedWaterUse"
|
|
85
|
+
"term": "scarcityWeightedWaterUse",
|
|
86
|
+
"dependencies": [
|
|
87
|
+
"awareWaterBasinId"
|
|
88
|
+
]
|
|
55
89
|
},
|
|
56
90
|
{
|
|
57
91
|
"path": "hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandOccupation.py",
|
|
58
92
|
"docPath": "hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandOccupation.md",
|
|
59
93
|
"model": "chaudharyBrooks2018",
|
|
60
|
-
"term": "damageToTerrestrialEcosystemsLandOccupation"
|
|
94
|
+
"term": "damageToTerrestrialEcosystemsLandOccupation",
|
|
95
|
+
"dependencies": [
|
|
96
|
+
"ecoregion"
|
|
97
|
+
]
|
|
61
98
|
},
|
|
62
99
|
{
|
|
63
100
|
"path": "hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransformation.py",
|
|
64
101
|
"docPath": "hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransformation.md",
|
|
65
102
|
"model": "chaudharyBrooks2018",
|
|
66
|
-
"term": "damageToTerrestrialEcosystemsLandTransformation"
|
|
103
|
+
"term": "damageToTerrestrialEcosystemsLandTransformation",
|
|
104
|
+
"dependencies": [
|
|
105
|
+
"ecoregion"
|
|
106
|
+
]
|
|
67
107
|
},
|
|
68
108
|
{
|
|
69
109
|
"path": "hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.py",
|
|
70
110
|
"docPath": "hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.md",
|
|
71
111
|
"model": "chaudharyBrooks2018",
|
|
72
|
-
"term": "damageToTerrestrialEcosystemsTotalLandUseEffects"
|
|
112
|
+
"term": "damageToTerrestrialEcosystemsTotalLandUseEffects",
|
|
113
|
+
"dependencies": [
|
|
114
|
+
"damageToTerrestrialEcosystemsLandOccupation",
|
|
115
|
+
"damageToTerrestrialEcosystemsLandTransformation"
|
|
116
|
+
]
|
|
73
117
|
},
|
|
74
118
|
{
|
|
75
119
|
"path": "hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py",
|
|
76
120
|
"docPath": "hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.md",
|
|
77
121
|
"model": "cml2001Baseline",
|
|
78
|
-
"term": "abioticResourceDepletionFossilFuels"
|
|
122
|
+
"term": "abioticResourceDepletionFossilFuels",
|
|
123
|
+
"dependencies": [
|
|
124
|
+
"resourceUseEnergyDepletionInputsProduction",
|
|
125
|
+
"resourceUseEnergyDepletionDuringCycle"
|
|
126
|
+
]
|
|
79
127
|
},
|
|
80
128
|
{
|
|
81
129
|
"path": "hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py",
|
|
82
130
|
"docPath": "hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.md",
|
|
83
131
|
"model": "cml2001Baseline",
|
|
84
|
-
"term": "abioticResourceDepletionMineralsAndMetals"
|
|
132
|
+
"term": "abioticResourceDepletionMineralsAndMetals",
|
|
133
|
+
"dependencies": [
|
|
134
|
+
"resourceUseMineralsAndMetalsInputsProduction",
|
|
135
|
+
"resourceUseMineralsAndMetalsDuringCycle"
|
|
136
|
+
]
|
|
85
137
|
},
|
|
86
138
|
{
|
|
87
139
|
"path": "hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py",
|
|
@@ -99,7 +151,10 @@
|
|
|
99
151
|
"path": "hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionInputsProduction.py",
|
|
100
152
|
"docPath": "hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionInputsProduction.md",
|
|
101
153
|
"model": "cml2001Baseline",
|
|
102
|
-
"term": "resourceUseEnergyDepletionInputsProduction"
|
|
154
|
+
"term": "resourceUseEnergyDepletionInputsProduction",
|
|
155
|
+
"dependencies": [
|
|
156
|
+
"product"
|
|
157
|
+
]
|
|
103
158
|
},
|
|
104
159
|
{
|
|
105
160
|
"path": "hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsDuringCycle.py",
|
|
@@ -111,7 +166,10 @@
|
|
|
111
166
|
"path": "hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsInputsProduction.py",
|
|
112
167
|
"docPath": "hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsInputsProduction.md",
|
|
113
168
|
"model": "cml2001Baseline",
|
|
114
|
-
"term": "resourceUseMineralsAndMetalsInputsProduction"
|
|
169
|
+
"term": "resourceUseMineralsAndMetalsInputsProduction",
|
|
170
|
+
"dependencies": [
|
|
171
|
+
"product"
|
|
172
|
+
]
|
|
115
173
|
},
|
|
116
174
|
{
|
|
117
175
|
"path": "hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py",
|
|
@@ -135,43 +193,66 @@
|
|
|
135
193
|
"path": "hestia_earth/models/cycle/cycleDuration.py",
|
|
136
194
|
"docPath": "hestia_earth/models/cycle/cycleDuration.md",
|
|
137
195
|
"model": "cycle",
|
|
138
|
-
"modelKey": "cycleDuration"
|
|
196
|
+
"modelKey": "cycleDuration",
|
|
197
|
+
"dependencies": [
|
|
198
|
+
"endDate"
|
|
199
|
+
]
|
|
139
200
|
},
|
|
140
201
|
{
|
|
141
202
|
"path": "hestia_earth/models/cycle/endDate.py",
|
|
142
203
|
"docPath": "hestia_earth/models/cycle/endDate.md",
|
|
143
204
|
"model": "cycle",
|
|
144
|
-
"modelKey": "endDate"
|
|
205
|
+
"modelKey": "endDate",
|
|
206
|
+
"dependencies": [
|
|
207
|
+
"endDate"
|
|
208
|
+
]
|
|
145
209
|
},
|
|
146
210
|
{
|
|
147
211
|
"path": "hestia_earth/models/cycle/otherSitesArea.py",
|
|
148
212
|
"docPath": "hestia_earth/models/cycle/otherSitesArea.md",
|
|
149
213
|
"model": "cycle",
|
|
150
|
-
"modelKey": "otherSitesArea"
|
|
214
|
+
"modelKey": "otherSitesArea",
|
|
215
|
+
"dependencies": [
|
|
216
|
+
"stockingDensityAnimalHousingAverage"
|
|
217
|
+
]
|
|
151
218
|
},
|
|
152
219
|
{
|
|
153
220
|
"path": "hestia_earth/models/cycle/otherSitesUnusedDuration.py",
|
|
154
221
|
"docPath": "hestia_earth/models/cycle/otherSitesUnusedDuration.md",
|
|
155
222
|
"model": "cycle",
|
|
156
|
-
"modelKey": "otherSitesUnusedDuration"
|
|
223
|
+
"modelKey": "otherSitesUnusedDuration",
|
|
224
|
+
"dependencies": [
|
|
225
|
+
"otherSitesDuration",
|
|
226
|
+
"longFallowRatio"
|
|
227
|
+
]
|
|
157
228
|
},
|
|
158
229
|
{
|
|
159
230
|
"path": "hestia_earth/models/cycle/siteArea.py",
|
|
160
231
|
"docPath": "hestia_earth/models/cycle/siteArea.md",
|
|
161
232
|
"model": "cycle",
|
|
162
|
-
"modelKey": "siteArea"
|
|
233
|
+
"modelKey": "siteArea",
|
|
234
|
+
"dependencies": [
|
|
235
|
+
"stockingDensityAnimalHousingAverage"
|
|
236
|
+
]
|
|
163
237
|
},
|
|
164
238
|
{
|
|
165
239
|
"path": "hestia_earth/models/cycle/siteDuration.py",
|
|
166
240
|
"docPath": "hestia_earth/models/cycle/siteDuration.md",
|
|
167
241
|
"model": "cycle",
|
|
168
|
-
"modelKey": "siteDuration"
|
|
242
|
+
"modelKey": "siteDuration",
|
|
243
|
+
"dependencies": [
|
|
244
|
+
"cycleDuration"
|
|
245
|
+
]
|
|
169
246
|
},
|
|
170
247
|
{
|
|
171
248
|
"path": "hestia_earth/models/cycle/siteUnusedDuration.py",
|
|
172
249
|
"docPath": "hestia_earth/models/cycle/siteUnusedDuration.md",
|
|
173
250
|
"model": "cycle",
|
|
174
|
-
"modelKey": "siteUnusedDuration"
|
|
251
|
+
"modelKey": "siteUnusedDuration",
|
|
252
|
+
"dependencies": [
|
|
253
|
+
"siteDuration",
|
|
254
|
+
"longFallowRatio"
|
|
255
|
+
]
|
|
175
256
|
},
|
|
176
257
|
{
|
|
177
258
|
"path": "hestia_earth/models/cycle/startDate.py",
|
|
@@ -183,7 +264,10 @@
|
|
|
183
264
|
"path": "hestia_earth/models/cycle/startDateDefinition.py",
|
|
184
265
|
"docPath": "hestia_earth/models/cycle/startDateDefinition.md",
|
|
185
266
|
"model": "cycle",
|
|
186
|
-
"modelKey": "startDateDefinition"
|
|
267
|
+
"modelKey": "startDateDefinition",
|
|
268
|
+
"dependencies": [
|
|
269
|
+
"cycleDuration"
|
|
270
|
+
]
|
|
187
271
|
},
|
|
188
272
|
{
|
|
189
273
|
"path": "hestia_earth/models/cycle/transformation.py",
|
|
@@ -219,49 +303,79 @@
|
|
|
219
303
|
"path": "hestia_earth/models/cycle/completeness/animalFeed.py",
|
|
220
304
|
"docPath": "hestia_earth/models/cycle/completeness/animalFeed.md",
|
|
221
305
|
"model": "cycle",
|
|
222
|
-
"modelKey": "completeness.animalFeed"
|
|
306
|
+
"modelKey": "completeness.animalFeed",
|
|
307
|
+
"dependencies": [
|
|
308
|
+
"completeness"
|
|
309
|
+
]
|
|
223
310
|
},
|
|
224
311
|
{
|
|
225
312
|
"path": "hestia_earth/models/cycle/completeness/cropResidue.py",
|
|
226
313
|
"docPath": "hestia_earth/models/cycle/completeness/cropResidue.md",
|
|
227
314
|
"model": "cycle",
|
|
228
|
-
"modelKey": "completeness.cropResidue"
|
|
315
|
+
"modelKey": "completeness.cropResidue",
|
|
316
|
+
"dependencies": [
|
|
317
|
+
"completeness",
|
|
318
|
+
"belowGroundCropResidue",
|
|
319
|
+
"aboveGroundCropResidueTotal"
|
|
320
|
+
]
|
|
229
321
|
},
|
|
230
322
|
{
|
|
231
323
|
"path": "hestia_earth/models/cycle/completeness/electricityFuel.py",
|
|
232
324
|
"docPath": "hestia_earth/models/cycle/completeness/electricityFuel.md",
|
|
233
325
|
"model": "cycle",
|
|
234
|
-
"modelKey": "completeness.electricityFuel"
|
|
326
|
+
"modelKey": "completeness.electricityFuel",
|
|
327
|
+
"dependencies": [
|
|
328
|
+
"completeness"
|
|
329
|
+
]
|
|
235
330
|
},
|
|
236
331
|
{
|
|
237
332
|
"path": "hestia_earth/models/cycle/completeness/excreta.py",
|
|
238
333
|
"docPath": "hestia_earth/models/cycle/completeness/excreta.md",
|
|
239
334
|
"model": "cycle",
|
|
240
|
-
"modelKey": "completeness.excreta"
|
|
335
|
+
"modelKey": "completeness.excreta",
|
|
336
|
+
"dependencies": [
|
|
337
|
+
"completeness"
|
|
338
|
+
]
|
|
241
339
|
},
|
|
242
340
|
{
|
|
243
341
|
"path": "hestia_earth/models/cycle/completeness/freshForage.py",
|
|
244
342
|
"docPath": "hestia_earth/models/cycle/completeness/freshForage.md",
|
|
245
343
|
"model": "cycle",
|
|
246
|
-
"modelKey": "completeness.freshForage"
|
|
344
|
+
"modelKey": "completeness.freshForage",
|
|
345
|
+
"dependencies": [
|
|
346
|
+
"completeness"
|
|
347
|
+
]
|
|
247
348
|
},
|
|
248
349
|
{
|
|
249
350
|
"path": "hestia_earth/models/cycle/completeness/material.py",
|
|
250
351
|
"docPath": "hestia_earth/models/cycle/completeness/material.md",
|
|
251
352
|
"model": "cycle",
|
|
252
|
-
"modelKey": "completeness.material"
|
|
353
|
+
"modelKey": "completeness.material",
|
|
354
|
+
"dependencies": [
|
|
355
|
+
"machineryInfrastructureDepreciatedAmountPerCycle"
|
|
356
|
+
]
|
|
253
357
|
},
|
|
254
358
|
{
|
|
255
359
|
"path": "hestia_earth/models/cycle/completeness/seed.py",
|
|
256
360
|
"docPath": "hestia_earth/models/cycle/completeness/seed.md",
|
|
257
361
|
"model": "cycle",
|
|
258
|
-
"modelKey": "completeness.seed"
|
|
362
|
+
"modelKey": "completeness.seed",
|
|
363
|
+
"dependencies": [
|
|
364
|
+
"completeness",
|
|
365
|
+
"seed",
|
|
366
|
+
"saplingsDepreciatedAmountPerCycle"
|
|
367
|
+
]
|
|
259
368
|
},
|
|
260
369
|
{
|
|
261
370
|
"path": "hestia_earth/models/cycle/completeness/soilAmendment.py",
|
|
262
371
|
"docPath": "hestia_earth/models/cycle/completeness/soilAmendment.md",
|
|
263
372
|
"model": "cycle",
|
|
264
|
-
"modelKey": "completeness.soilAmendment"
|
|
373
|
+
"modelKey": "completeness.soilAmendment",
|
|
374
|
+
"dependencies": [
|
|
375
|
+
"completeness",
|
|
376
|
+
"endDate",
|
|
377
|
+
"soilPh"
|
|
378
|
+
]
|
|
265
379
|
},
|
|
266
380
|
{
|
|
267
381
|
"path": "hestia_earth/models/cycle/input/hestiaAggregatedData.py",
|
|
@@ -285,7 +399,10 @@
|
|
|
285
399
|
"path": "hestia_earth/models/cycle/practice/landCover.py",
|
|
286
400
|
"docPath": "hestia_earth/models/cycle/practice/landCover.md",
|
|
287
401
|
"model": "cycle",
|
|
288
|
-
"modelKey": "practice.landCover"
|
|
402
|
+
"modelKey": "practice.landCover",
|
|
403
|
+
"dependencies": [
|
|
404
|
+
"endDate"
|
|
405
|
+
]
|
|
289
406
|
},
|
|
290
407
|
{
|
|
291
408
|
"path": "hestia_earth/models/cycle/practice/value.py",
|
|
@@ -297,7 +414,10 @@
|
|
|
297
414
|
"path": "hestia_earth/models/cycle/product/currency.py",
|
|
298
415
|
"docPath": "hestia_earth/models/cycle/product/currency.md",
|
|
299
416
|
"model": "cycle",
|
|
300
|
-
"modelKey": "product.currency"
|
|
417
|
+
"modelKey": "product.currency",
|
|
418
|
+
"dependencies": [
|
|
419
|
+
"endDate"
|
|
420
|
+
]
|
|
301
421
|
},
|
|
302
422
|
{
|
|
303
423
|
"path": "hestia_earth/models/cycle/product/economicValueShare.py",
|
|
@@ -340,14 +460,27 @@
|
|
|
340
460
|
"docPath": "hestia_earth/models/dammgen2009/noxToAirExcreta.md",
|
|
341
461
|
"model": "dammgen2009",
|
|
342
462
|
"term": "noxToAirExcreta",
|
|
343
|
-
"methodTier": "tier 1"
|
|
463
|
+
"methodTier": "tier 1",
|
|
464
|
+
"dependencies": [
|
|
465
|
+
"n2OToAirExcretaDirect"
|
|
466
|
+
]
|
|
344
467
|
},
|
|
345
468
|
{
|
|
346
469
|
"path": "hestia_earth/models/deRuijterEtAl2010/nh3ToAirCropResidueDecomposition.py",
|
|
347
470
|
"docPath": "hestia_earth/models/deRuijterEtAl2010/nh3ToAirCropResidueDecomposition.md",
|
|
348
471
|
"model": "deRuijterEtAl2010",
|
|
349
472
|
"term": "nh3ToAirCropResidueDecomposition",
|
|
350
|
-
"methodTier": "tier 1"
|
|
473
|
+
"methodTier": "tier 1",
|
|
474
|
+
"dependencies": [
|
|
475
|
+
"aboveGroundCropResidueTotal",
|
|
476
|
+
"aboveGroundCropResidueLeftOnField",
|
|
477
|
+
"aboveGroundCropResidueIncorporated",
|
|
478
|
+
"discardedCropTotal",
|
|
479
|
+
"discardedCropLeftOnField",
|
|
480
|
+
"discardedCropIncorporated",
|
|
481
|
+
"nitrogenContent",
|
|
482
|
+
"completeness"
|
|
483
|
+
]
|
|
351
484
|
},
|
|
352
485
|
{
|
|
353
486
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
@@ -372,63 +505,96 @@
|
|
|
372
505
|
"docPath": "hestia_earth/models/emepEea2019/co2ToAirFuelCombustion.md",
|
|
373
506
|
"model": "emepEea2019",
|
|
374
507
|
"term": "co2ToAirFuelCombustion",
|
|
375
|
-
"methodTier": "tier 1"
|
|
508
|
+
"methodTier": "tier 1",
|
|
509
|
+
"dependencies": [
|
|
510
|
+
"completeness"
|
|
511
|
+
]
|
|
376
512
|
},
|
|
377
513
|
{
|
|
378
514
|
"path": "hestia_earth/models/emepEea2019/n2OToAirFuelCombustionDirect.py",
|
|
379
515
|
"docPath": "hestia_earth/models/emepEea2019/n2OToAirFuelCombustionDirect.md",
|
|
380
516
|
"model": "emepEea2019",
|
|
381
517
|
"term": "n2OToAirFuelCombustionDirect",
|
|
382
|
-
"methodTier": "tier 1"
|
|
518
|
+
"methodTier": "tier 1",
|
|
519
|
+
"dependencies": [
|
|
520
|
+
"completeness"
|
|
521
|
+
]
|
|
383
522
|
},
|
|
384
523
|
{
|
|
385
524
|
"path": "hestia_earth/models/emepEea2019/nh3ToAirExcreta.py",
|
|
386
525
|
"docPath": "hestia_earth/models/emepEea2019/nh3ToAirExcreta.md",
|
|
387
526
|
"model": "emepEea2019",
|
|
388
527
|
"term": "nh3ToAirExcreta",
|
|
389
|
-
"methodTier": "tier 2"
|
|
528
|
+
"methodTier": "tier 2",
|
|
529
|
+
"dependencies": [
|
|
530
|
+
"completeness",
|
|
531
|
+
"totalAmmoniacalNitrogenContentAsN"
|
|
532
|
+
]
|
|
390
533
|
},
|
|
391
534
|
{
|
|
392
535
|
"path": "hestia_earth/models/emepEea2019/nh3ToAirInorganicFertiliser.py",
|
|
393
536
|
"docPath": "hestia_earth/models/emepEea2019/nh3ToAirInorganicFertiliser.md",
|
|
394
537
|
"model": "emepEea2019",
|
|
395
538
|
"term": "nh3ToAirInorganicFertiliser",
|
|
396
|
-
"methodTier": "tier 2"
|
|
539
|
+
"methodTier": "tier 2",
|
|
540
|
+
"dependencies": [
|
|
541
|
+
"completeness",
|
|
542
|
+
"soilPh",
|
|
543
|
+
"temperatureAnnual"
|
|
544
|
+
]
|
|
397
545
|
},
|
|
398
546
|
{
|
|
399
547
|
"path": "hestia_earth/models/emepEea2019/noxToAirFuelCombustion.py",
|
|
400
548
|
"docPath": "hestia_earth/models/emepEea2019/noxToAirFuelCombustion.md",
|
|
401
549
|
"model": "emepEea2019",
|
|
402
550
|
"term": "noxToAirFuelCombustion",
|
|
403
|
-
"methodTier": "tier 1"
|
|
551
|
+
"methodTier": "tier 1",
|
|
552
|
+
"dependencies": [
|
|
553
|
+
"completeness"
|
|
554
|
+
]
|
|
404
555
|
},
|
|
405
556
|
{
|
|
406
557
|
"path": "hestia_earth/models/emepEea2019/pm10ToAirAnimalHousing.py",
|
|
407
558
|
"docPath": "hestia_earth/models/emepEea2019/pm10ToAirAnimalHousing.md",
|
|
408
559
|
"model": "emepEea2019",
|
|
409
560
|
"term": "pm10ToAirAnimalHousing",
|
|
410
|
-
"methodTier": "tier 1"
|
|
561
|
+
"methodTier": "tier 1",
|
|
562
|
+
"dependencies": [
|
|
563
|
+
"completeness",
|
|
564
|
+
"siteDuration"
|
|
565
|
+
]
|
|
411
566
|
},
|
|
412
567
|
{
|
|
413
568
|
"path": "hestia_earth/models/emepEea2019/pm25ToAirAnimalHousing.py",
|
|
414
569
|
"docPath": "hestia_earth/models/emepEea2019/pm25ToAirAnimalHousing.md",
|
|
415
570
|
"model": "emepEea2019",
|
|
416
571
|
"term": "pm25ToAirAnimalHousing",
|
|
417
|
-
"methodTier": "tier 1"
|
|
572
|
+
"methodTier": "tier 1",
|
|
573
|
+
"dependencies": [
|
|
574
|
+
"completeness",
|
|
575
|
+
"siteDuration"
|
|
576
|
+
]
|
|
418
577
|
},
|
|
419
578
|
{
|
|
420
579
|
"path": "hestia_earth/models/emepEea2019/so2ToAirFuelCombustion.py",
|
|
421
580
|
"docPath": "hestia_earth/models/emepEea2019/so2ToAirFuelCombustion.md",
|
|
422
581
|
"model": "emepEea2019",
|
|
423
582
|
"term": "so2ToAirFuelCombustion",
|
|
424
|
-
"methodTier": "tier 1"
|
|
583
|
+
"methodTier": "tier 1",
|
|
584
|
+
"dependencies": [
|
|
585
|
+
"completeness"
|
|
586
|
+
]
|
|
425
587
|
},
|
|
426
588
|
{
|
|
427
589
|
"path": "hestia_earth/models/emepEea2019/tspToAirAnimalHousing.py",
|
|
428
590
|
"docPath": "hestia_earth/models/emepEea2019/tspToAirAnimalHousing.md",
|
|
429
591
|
"model": "emepEea2019",
|
|
430
592
|
"term": "tspToAirAnimalHousing",
|
|
431
|
-
"methodTier": "tier 1"
|
|
593
|
+
"methodTier": "tier 1",
|
|
594
|
+
"dependencies": [
|
|
595
|
+
"completeness",
|
|
596
|
+
"siteDuration"
|
|
597
|
+
]
|
|
432
598
|
},
|
|
433
599
|
{
|
|
434
600
|
"path": "hestia_earth/models/environmentalFootprintV3_1/environmentalFootprintSingleOverallScore.py",
|
|
@@ -440,7 +606,10 @@
|
|
|
440
606
|
"path": "hestia_earth/models/environmentalFootprintV3_1/freshwaterEcotoxicityPotentialCtue.py",
|
|
441
607
|
"docPath": "hestia_earth/models/environmentalFootprintV3_1/freshwaterEcotoxicityPotentialCtue.md",
|
|
442
608
|
"model": "environmentalFootprintV3-1",
|
|
443
|
-
"term": "freshwaterEcotoxicityPotentialCtue"
|
|
609
|
+
"term": "freshwaterEcotoxicityPotentialCtue",
|
|
610
|
+
"dependencies": [
|
|
611
|
+
"completeness"
|
|
612
|
+
]
|
|
444
613
|
},
|
|
445
614
|
{
|
|
446
615
|
"path": "hestia_earth/models/environmentalFootprintV3_1/marineEutrophicationPotential.py",
|
|
@@ -458,25 +627,39 @@
|
|
|
458
627
|
"path": "hestia_earth/models/environmentalFootprintV3_1/scarcityWeightedWaterUse.py",
|
|
459
628
|
"docPath": "hestia_earth/models/environmentalFootprintV3_1/scarcityWeightedWaterUse.md",
|
|
460
629
|
"model": "environmentalFootprintV3-1",
|
|
461
|
-
"term": "scarcityWeightedWaterUse"
|
|
630
|
+
"term": "scarcityWeightedWaterUse",
|
|
631
|
+
"dependencies": [
|
|
632
|
+
"freshwaterWithdrawalsDuringCycle"
|
|
633
|
+
]
|
|
462
634
|
},
|
|
463
635
|
{
|
|
464
636
|
"path": "hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandOccupation.py",
|
|
465
637
|
"docPath": "hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandOccupation.md",
|
|
466
638
|
"model": "environmentalFootprintV3-1",
|
|
467
|
-
"term": "soilQualityIndexLandOccupation"
|
|
639
|
+
"term": "soilQualityIndexLandOccupation",
|
|
640
|
+
"dependencies": [
|
|
641
|
+
"landOccupationInputsProduction",
|
|
642
|
+
"landOccupationDuringCycle"
|
|
643
|
+
]
|
|
468
644
|
},
|
|
469
645
|
{
|
|
470
646
|
"path": "hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandTransformation.py",
|
|
471
647
|
"docPath": "hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandTransformation.md",
|
|
472
648
|
"model": "environmentalFootprintV3-1",
|
|
473
|
-
"term": "soilQualityIndexLandTransformation"
|
|
649
|
+
"term": "soilQualityIndexLandTransformation",
|
|
650
|
+
"dependencies": [
|
|
651
|
+
"landTransformation20YearAverageDuringCycle"
|
|
652
|
+
]
|
|
474
653
|
},
|
|
475
654
|
{
|
|
476
655
|
"path": "hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexTotalLandUseEffects.py",
|
|
477
656
|
"docPath": "hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexTotalLandUseEffects.md",
|
|
478
657
|
"model": "environmentalFootprintV3-1",
|
|
479
|
-
"term": "soilQualityIndexTotalLandUseEffects"
|
|
658
|
+
"term": "soilQualityIndexTotalLandUseEffects",
|
|
659
|
+
"dependencies": [
|
|
660
|
+
"soilQualityIndexLandOccupation",
|
|
661
|
+
"soilQualityIndexLandTransformation"
|
|
662
|
+
]
|
|
480
663
|
},
|
|
481
664
|
{
|
|
482
665
|
"path": "hestia_earth/models/epa2014/no3ToGroundwaterExcreta.py",
|
|
@@ -495,43 +678,66 @@
|
|
|
495
678
|
"path": "hestia_earth/models/faostat2018/coldCarcassWeightPerHead.py",
|
|
496
679
|
"docPath": "hestia_earth/models/faostat2018/coldCarcassWeightPerHead.md",
|
|
497
680
|
"model": "faostat2018",
|
|
498
|
-
"term": "coldCarcassWeightPerHead"
|
|
681
|
+
"term": "coldCarcassWeightPerHead",
|
|
682
|
+
"dependencies": [
|
|
683
|
+
"endDate"
|
|
684
|
+
]
|
|
499
685
|
},
|
|
500
686
|
{
|
|
501
687
|
"path": "hestia_earth/models/faostat2018/coldDressedCarcassWeightPerHead.py",
|
|
502
688
|
"docPath": "hestia_earth/models/faostat2018/coldDressedCarcassWeightPerHead.md",
|
|
503
689
|
"model": "faostat2018",
|
|
504
|
-
"term": "coldDressedCarcassWeightPerHead"
|
|
690
|
+
"term": "coldDressedCarcassWeightPerHead",
|
|
691
|
+
"dependencies": [
|
|
692
|
+
"endDate"
|
|
693
|
+
]
|
|
505
694
|
},
|
|
506
695
|
{
|
|
507
696
|
"path": "hestia_earth/models/faostat2018/landTransformation100YearAverageDuringCycle.py",
|
|
508
697
|
"docPath": "hestia_earth/models/faostat2018/landTransformation100YearAverageDuringCycle.md",
|
|
509
698
|
"model": "faostat2018",
|
|
510
|
-
"term": "landTransformation100YearAverageDuringCycle"
|
|
699
|
+
"term": "landTransformation100YearAverageDuringCycle",
|
|
700
|
+
"dependencies": [
|
|
701
|
+
"endDate",
|
|
702
|
+
"landTransformation100YearAverageDuringCycle"
|
|
703
|
+
]
|
|
511
704
|
},
|
|
512
705
|
{
|
|
513
706
|
"path": "hestia_earth/models/faostat2018/landTransformation20YearAverageDuringCycle.py",
|
|
514
707
|
"docPath": "hestia_earth/models/faostat2018/landTransformation20YearAverageDuringCycle.md",
|
|
515
708
|
"model": "faostat2018",
|
|
516
|
-
"term": "landTransformation20YearAverageDuringCycle"
|
|
709
|
+
"term": "landTransformation20YearAverageDuringCycle",
|
|
710
|
+
"dependencies": [
|
|
711
|
+
"endDate",
|
|
712
|
+
"landTransformation20YearAverageDuringCycle"
|
|
713
|
+
]
|
|
517
714
|
},
|
|
518
715
|
{
|
|
519
716
|
"path": "hestia_earth/models/faostat2018/liveweightPerHead.py",
|
|
520
717
|
"docPath": "hestia_earth/models/faostat2018/liveweightPerHead.md",
|
|
521
718
|
"model": "faostat2018",
|
|
522
|
-
"term": "liveweightPerHead"
|
|
719
|
+
"term": "liveweightPerHead",
|
|
720
|
+
"dependencies": [
|
|
721
|
+
"endDate"
|
|
722
|
+
]
|
|
523
723
|
},
|
|
524
724
|
{
|
|
525
725
|
"path": "hestia_earth/models/faostat2018/readyToCookWeightPerHead.py",
|
|
526
726
|
"docPath": "hestia_earth/models/faostat2018/readyToCookWeightPerHead.md",
|
|
527
727
|
"model": "faostat2018",
|
|
528
|
-
"term": "readyToCookWeightPerHead"
|
|
728
|
+
"term": "readyToCookWeightPerHead",
|
|
729
|
+
"dependencies": [
|
|
730
|
+
"endDate"
|
|
731
|
+
]
|
|
529
732
|
},
|
|
530
733
|
{
|
|
531
734
|
"path": "hestia_earth/models/faostat2018/seed.py",
|
|
532
735
|
"docPath": "hestia_earth/models/faostat2018/seed.md",
|
|
533
736
|
"model": "faostat2018",
|
|
534
|
-
"term": "seed"
|
|
737
|
+
"term": "seed",
|
|
738
|
+
"dependencies": [
|
|
739
|
+
"completeness"
|
|
740
|
+
]
|
|
535
741
|
},
|
|
536
742
|
{
|
|
537
743
|
"path": "hestia_earth/models/faostat2018/product/price.py",
|
|
@@ -543,7 +749,12 @@
|
|
|
543
749
|
"path": "hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py",
|
|
544
750
|
"docPath": "hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.md",
|
|
545
751
|
"model": "frischknechtEtAl2000",
|
|
546
|
-
"term": "ionisingRadiationKbqU235Eq"
|
|
752
|
+
"term": "ionisingRadiationKbqU235Eq",
|
|
753
|
+
"dependencies": [
|
|
754
|
+
"ionisingCompoundsToAirInputsProduction",
|
|
755
|
+
"ionisingCompoundsToWaterInputsProduction",
|
|
756
|
+
"ionisingCompoundsToSaltwaterInputsProduction"
|
|
757
|
+
]
|
|
547
758
|
},
|
|
548
759
|
{
|
|
549
760
|
"path": "hestia_earth/models/geospatialDatabase/altitude.py",
|
|
@@ -663,7 +874,11 @@
|
|
|
663
874
|
"path": "hestia_earth/models/geospatialDatabase/region.py",
|
|
664
875
|
"docPath": "hestia_earth/models/geospatialDatabase/region.md",
|
|
665
876
|
"model": "geospatialDatabase",
|
|
666
|
-
"modelKey": "region"
|
|
877
|
+
"modelKey": "region",
|
|
878
|
+
"dependencies": [
|
|
879
|
+
"latitude",
|
|
880
|
+
"longitude"
|
|
881
|
+
]
|
|
667
882
|
},
|
|
668
883
|
{
|
|
669
884
|
"path": "hestia_earth/models/geospatialDatabase/sandContent.py",
|
|
@@ -675,7 +890,11 @@
|
|
|
675
890
|
"path": "hestia_earth/models/geospatialDatabase/siltContent.py",
|
|
676
891
|
"docPath": "hestia_earth/models/geospatialDatabase/siltContent.md",
|
|
677
892
|
"model": "geospatialDatabase",
|
|
678
|
-
"term": "siltContent"
|
|
893
|
+
"term": "siltContent",
|
|
894
|
+
"dependencies": [
|
|
895
|
+
"clayContent",
|
|
896
|
+
"sandContent"
|
|
897
|
+
]
|
|
679
898
|
},
|
|
680
899
|
{
|
|
681
900
|
"path": "hestia_earth/models/geospatialDatabase/slope.py",
|
|
@@ -735,7 +954,10 @@
|
|
|
735
954
|
"path": "hestia_earth/models/globalCropWaterModel2008/rootingDepth.py",
|
|
736
955
|
"docPath": "hestia_earth/models/globalCropWaterModel2008/rootingDepth.md",
|
|
737
956
|
"model": "globalCropWaterModel2008",
|
|
738
|
-
"term": "rootingDepth"
|
|
957
|
+
"term": "rootingDepth",
|
|
958
|
+
"dependencies": [
|
|
959
|
+
"functionalUnit"
|
|
960
|
+
]
|
|
739
961
|
},
|
|
740
962
|
{
|
|
741
963
|
"path": "hestia_earth/models/haversineFormula/transport/distance.py",
|
|
@@ -747,25 +969,71 @@
|
|
|
747
969
|
"path": "hestia_earth/models/hestia/aboveGroundCropResidue.py",
|
|
748
970
|
"docPath": "hestia_earth/models/hestia/aboveGroundCropResidue.md",
|
|
749
971
|
"model": "hestia",
|
|
750
|
-
"term": "aboveGroundCropResidueLeftOnField"
|
|
972
|
+
"term": "aboveGroundCropResidueLeftOnField",
|
|
973
|
+
"dependencies": [
|
|
974
|
+
"completeness",
|
|
975
|
+
"residueRemoved",
|
|
976
|
+
"residueIncorporated",
|
|
977
|
+
"residueIncorporatedLessThan30DaysBeforeCultivation",
|
|
978
|
+
"residueIncorporatedMoreThan30DaysBeforeCultivation",
|
|
979
|
+
"residueBurnt"
|
|
980
|
+
]
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"path": "hestia_earth/models/hestia/aboveGroundCropResidue.py",
|
|
984
|
+
"docPath": "hestia_earth/models/hestia/aboveGroundCropResidue.md",
|
|
985
|
+
"model": "hestia",
|
|
986
|
+
"term": "aboveGroundCropResidueBurnt",
|
|
987
|
+
"dependencies": [
|
|
988
|
+
"completeness",
|
|
989
|
+
"residueRemoved",
|
|
990
|
+
"residueIncorporated",
|
|
991
|
+
"residueIncorporatedLessThan30DaysBeforeCultivation",
|
|
992
|
+
"residueIncorporatedMoreThan30DaysBeforeCultivation",
|
|
993
|
+
"residueBurnt"
|
|
994
|
+
]
|
|
751
995
|
},
|
|
752
996
|
{
|
|
753
997
|
"path": "hestia_earth/models/hestia/aboveGroundCropResidue.py",
|
|
754
998
|
"docPath": "hestia_earth/models/hestia/aboveGroundCropResidue.md",
|
|
755
999
|
"model": "hestia",
|
|
756
|
-
"term": "
|
|
1000
|
+
"term": "aboveGroundCropResidueIncorporated",
|
|
1001
|
+
"dependencies": [
|
|
1002
|
+
"completeness",
|
|
1003
|
+
"residueRemoved",
|
|
1004
|
+
"residueIncorporated",
|
|
1005
|
+
"residueIncorporatedLessThan30DaysBeforeCultivation",
|
|
1006
|
+
"residueIncorporatedMoreThan30DaysBeforeCultivation",
|
|
1007
|
+
"residueBurnt"
|
|
1008
|
+
]
|
|
757
1009
|
},
|
|
758
1010
|
{
|
|
759
1011
|
"path": "hestia_earth/models/hestia/aboveGroundCropResidue.py",
|
|
760
1012
|
"docPath": "hestia_earth/models/hestia/aboveGroundCropResidue.md",
|
|
761
1013
|
"model": "hestia",
|
|
762
|
-
"term": "
|
|
1014
|
+
"term": "aboveGroundCropResidueRemoved",
|
|
1015
|
+
"dependencies": [
|
|
1016
|
+
"completeness",
|
|
1017
|
+
"residueRemoved",
|
|
1018
|
+
"residueIncorporated",
|
|
1019
|
+
"residueIncorporatedLessThan30DaysBeforeCultivation",
|
|
1020
|
+
"residueIncorporatedMoreThan30DaysBeforeCultivation",
|
|
1021
|
+
"residueBurnt"
|
|
1022
|
+
]
|
|
763
1023
|
},
|
|
764
1024
|
{
|
|
765
1025
|
"path": "hestia_earth/models/hestia/aboveGroundCropResidue.py",
|
|
766
1026
|
"docPath": "hestia_earth/models/hestia/aboveGroundCropResidue.md",
|
|
767
1027
|
"model": "hestia",
|
|
768
|
-
"
|
|
1028
|
+
"modelKey": "aboveGroundCropResidue",
|
|
1029
|
+
"dependencies": [
|
|
1030
|
+
"completeness",
|
|
1031
|
+
"residueRemoved",
|
|
1032
|
+
"residueIncorporated",
|
|
1033
|
+
"residueIncorporatedLessThan30DaysBeforeCultivation",
|
|
1034
|
+
"residueIncorporatedMoreThan30DaysBeforeCultivation",
|
|
1035
|
+
"residueBurnt"
|
|
1036
|
+
]
|
|
769
1037
|
},
|
|
770
1038
|
{
|
|
771
1039
|
"path": "hestia_earth/models/hestia/aboveGroundCropResidueTotal.py",
|
|
@@ -777,49 +1045,90 @@
|
|
|
777
1045
|
"path": "hestia_earth/models/hestia/brackishWater.py",
|
|
778
1046
|
"docPath": "hestia_earth/models/hestia/brackishWater.md",
|
|
779
1047
|
"model": "hestia",
|
|
780
|
-
"term": "brackishWater"
|
|
1048
|
+
"term": "brackishWater",
|
|
1049
|
+
"dependencies": [
|
|
1050
|
+
"waterSalinity"
|
|
1051
|
+
]
|
|
781
1052
|
},
|
|
782
1053
|
{
|
|
783
1054
|
"path": "hestia_earth/models/hestia/cationExchangeCapacityPerKgSoil.py",
|
|
784
1055
|
"docPath": "hestia_earth/models/hestia/cationExchangeCapacityPerKgSoil.md",
|
|
785
1056
|
"model": "hestia",
|
|
786
|
-
"term": "cationExchangeCapacityPerKgSoil"
|
|
1057
|
+
"term": "cationExchangeCapacityPerKgSoil",
|
|
1058
|
+
"dependencies": [
|
|
1059
|
+
"clayContent",
|
|
1060
|
+
"soilPh",
|
|
1061
|
+
"organicCarbonPerKgSoil"
|
|
1062
|
+
]
|
|
787
1063
|
},
|
|
788
1064
|
{
|
|
789
1065
|
"path": "hestia_earth/models/hestia/coldCarcassWeightPerHead.py",
|
|
790
1066
|
"docPath": "hestia_earth/models/hestia/coldCarcassWeightPerHead.md",
|
|
791
1067
|
"model": "hestia",
|
|
792
|
-
"term": "coldCarcassWeightPerHead"
|
|
1068
|
+
"term": "coldCarcassWeightPerHead",
|
|
1069
|
+
"dependencies": [
|
|
1070
|
+
"liveweightPerHead",
|
|
1071
|
+
"processingConversionLiveweightToColdCarcassWeight"
|
|
1072
|
+
]
|
|
793
1073
|
},
|
|
794
1074
|
{
|
|
795
1075
|
"path": "hestia_earth/models/hestia/coldDressedCarcassWeightPerHead.py",
|
|
796
1076
|
"docPath": "hestia_earth/models/hestia/coldDressedCarcassWeightPerHead.md",
|
|
797
1077
|
"model": "hestia",
|
|
798
|
-
"term": "coldDressedCarcassWeightPerHead"
|
|
1078
|
+
"term": "coldDressedCarcassWeightPerHead",
|
|
1079
|
+
"dependencies": [
|
|
1080
|
+
"liveweightPerHead",
|
|
1081
|
+
"processingConversionLiveweightToColdDressedCarcassWeight"
|
|
1082
|
+
]
|
|
799
1083
|
},
|
|
800
1084
|
{
|
|
801
1085
|
"path": "hestia_earth/models/hestia/concentrateFeed.py",
|
|
802
1086
|
"docPath": "hestia_earth/models/hestia/concentrateFeed.md",
|
|
803
1087
|
"model": "hestia",
|
|
804
|
-
"term": "concentrateFeedBlend"
|
|
1088
|
+
"term": "concentrateFeedBlend",
|
|
1089
|
+
"dependencies": [
|
|
1090
|
+
"concentrateFeedUnspecified",
|
|
1091
|
+
"concentrateFeedBlend",
|
|
1092
|
+
"feedMix"
|
|
1093
|
+
]
|
|
805
1094
|
},
|
|
806
1095
|
{
|
|
807
1096
|
"path": "hestia_earth/models/hestia/concentrateFeed.py",
|
|
808
1097
|
"docPath": "hestia_earth/models/hestia/concentrateFeed.md",
|
|
809
1098
|
"model": "hestia",
|
|
810
|
-
"term": "concentrateFeedUnspecified"
|
|
1099
|
+
"term": "concentrateFeedUnspecified",
|
|
1100
|
+
"dependencies": [
|
|
1101
|
+
"concentrateFeedUnspecified",
|
|
1102
|
+
"concentrateFeedBlend",
|
|
1103
|
+
"feedMix"
|
|
1104
|
+
]
|
|
811
1105
|
},
|
|
812
1106
|
{
|
|
813
1107
|
"path": "hestia_earth/models/hestia/concentrateFeed.py",
|
|
814
1108
|
"docPath": "hestia_earth/models/hestia/concentrateFeed.md",
|
|
815
1109
|
"model": "hestia",
|
|
816
|
-
"term": "feedMix"
|
|
1110
|
+
"term": "feedMix",
|
|
1111
|
+
"dependencies": [
|
|
1112
|
+
"concentrateFeedUnspecified",
|
|
1113
|
+
"concentrateFeedBlend",
|
|
1114
|
+
"feedMix"
|
|
1115
|
+
]
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"path": "hestia_earth/models/hestia/cropResidueManagement.py",
|
|
1119
|
+
"docPath": "hestia_earth/models/hestia/cropResidueManagement.md",
|
|
1120
|
+
"model": "hestia",
|
|
1121
|
+
"modelKey": "cropResidueManagement"
|
|
817
1122
|
},
|
|
818
1123
|
{
|
|
819
1124
|
"path": "hestia_earth/models/hestia/croppingIntensity.py",
|
|
820
1125
|
"docPath": "hestia_earth/models/hestia/croppingIntensity.md",
|
|
821
1126
|
"model": "hestia",
|
|
822
|
-
"term": "croppingIntensity"
|
|
1127
|
+
"term": "croppingIntensity",
|
|
1128
|
+
"dependencies": [
|
|
1129
|
+
"cycleDuration",
|
|
1130
|
+
"startDateDefinition"
|
|
1131
|
+
]
|
|
823
1132
|
},
|
|
824
1133
|
{
|
|
825
1134
|
"path": "hestia_earth/models/hestia/default_emissions.py",
|
|
@@ -837,7 +1146,12 @@
|
|
|
837
1146
|
"path": "hestia_earth/models/hestia/energyContentLowerHeatingValue.py",
|
|
838
1147
|
"docPath": "hestia_earth/models/hestia/energyContentLowerHeatingValue.md",
|
|
839
1148
|
"model": "hestia",
|
|
840
|
-
"term": "energyContentLowerHeatingValue"
|
|
1149
|
+
"term": "energyContentLowerHeatingValue",
|
|
1150
|
+
"dependencies": [
|
|
1151
|
+
"woodFuel",
|
|
1152
|
+
"woodPellets",
|
|
1153
|
+
"dryMatter"
|
|
1154
|
+
]
|
|
841
1155
|
},
|
|
842
1156
|
{
|
|
843
1157
|
"path": "hestia_earth/models/hestia/excretaKgMass.py",
|
|
@@ -873,7 +1187,10 @@
|
|
|
873
1187
|
"path": "hestia_earth/models/hestia/freshWater.py",
|
|
874
1188
|
"docPath": "hestia_earth/models/hestia/freshWater.md",
|
|
875
1189
|
"model": "hestia",
|
|
876
|
-
"term": "freshWater"
|
|
1190
|
+
"term": "freshWater",
|
|
1191
|
+
"dependencies": [
|
|
1192
|
+
"waterSalinity"
|
|
1193
|
+
]
|
|
877
1194
|
},
|
|
878
1195
|
{
|
|
879
1196
|
"path": "hestia_earth/models/hestia/histosol.py",
|
|
@@ -891,7 +1208,10 @@
|
|
|
891
1208
|
"path": "hestia_earth/models/hestia/irrigatedTypeUnspecified.py",
|
|
892
1209
|
"docPath": "hestia_earth/models/hestia/irrigatedTypeUnspecified.md",
|
|
893
1210
|
"model": "hestia",
|
|
894
|
-
"term": "irrigatedTypeUnspecified"
|
|
1211
|
+
"term": "irrigatedTypeUnspecified",
|
|
1212
|
+
"dependencies": [
|
|
1213
|
+
"functionalUnit"
|
|
1214
|
+
]
|
|
895
1215
|
},
|
|
896
1216
|
{
|
|
897
1217
|
"path": "hestia_earth/models/hestia/landCover.py",
|
|
@@ -903,86 +1223,136 @@
|
|
|
903
1223
|
"path": "hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.py",
|
|
904
1224
|
"docPath": "hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.md",
|
|
905
1225
|
"model": "hestia",
|
|
906
|
-
"term": "landTransformation100YearAverageDuringCycle"
|
|
1226
|
+
"term": "landTransformation100YearAverageDuringCycle",
|
|
1227
|
+
"dependencies": [
|
|
1228
|
+
"landOccupationDuringCycle",
|
|
1229
|
+
"endDate"
|
|
1230
|
+
]
|
|
907
1231
|
},
|
|
908
1232
|
{
|
|
909
1233
|
"path": "hestia_earth/models/hestia/landTransformation20YearAverageDuringCycle.py",
|
|
910
1234
|
"docPath": "hestia_earth/models/hestia/landTransformation20YearAverageDuringCycle.md",
|
|
911
1235
|
"model": "hestia",
|
|
912
|
-
"term": "landTransformation20YearAverageDuringCycle"
|
|
1236
|
+
"term": "landTransformation20YearAverageDuringCycle",
|
|
1237
|
+
"dependencies": [
|
|
1238
|
+
"landOccupationDuringCycle",
|
|
1239
|
+
"endDate"
|
|
1240
|
+
]
|
|
913
1241
|
},
|
|
914
1242
|
{
|
|
915
1243
|
"path": "hestia_earth/models/hestia/liveAnimal.py",
|
|
916
1244
|
"docPath": "hestia_earth/models/hestia/liveAnimal.md",
|
|
917
1245
|
"model": "hestia",
|
|
918
|
-
"modelKey": "liveAnimal"
|
|
1246
|
+
"modelKey": "liveAnimal",
|
|
1247
|
+
"dependencies": [
|
|
1248
|
+
"coldCarcassWeightPerHead",
|
|
1249
|
+
"coldDressedCarcassWeightPerHead",
|
|
1250
|
+
"liveweightPerHead",
|
|
1251
|
+
"readyToCookWeightPerHead"
|
|
1252
|
+
]
|
|
919
1253
|
},
|
|
920
1254
|
{
|
|
921
1255
|
"path": "hestia_earth/models/hestia/longFallowRatio.py",
|
|
922
1256
|
"docPath": "hestia_earth/models/hestia/longFallowRatio.md",
|
|
923
1257
|
"model": "hestia",
|
|
924
|
-
"term": "longFallowRatio"
|
|
1258
|
+
"term": "longFallowRatio",
|
|
1259
|
+
"dependencies": [
|
|
1260
|
+
"longFallowDuration",
|
|
1261
|
+
"rotationDuration"
|
|
1262
|
+
]
|
|
925
1263
|
},
|
|
926
1264
|
{
|
|
927
1265
|
"path": "hestia_earth/models/hestia/management.py",
|
|
928
1266
|
"docPath": "hestia_earth/models/hestia/management.md",
|
|
929
1267
|
"model": "hestia",
|
|
930
|
-
"modelKey": "management"
|
|
1268
|
+
"modelKey": "management",
|
|
1269
|
+
"dependencies": [
|
|
1270
|
+
"related"
|
|
1271
|
+
]
|
|
931
1272
|
},
|
|
932
1273
|
{
|
|
933
1274
|
"path": "hestia_earth/models/hestia/materialAndSubstrate.py",
|
|
934
1275
|
"docPath": "hestia_earth/models/hestia/materialAndSubstrate.md",
|
|
935
1276
|
"model": "hestia",
|
|
936
|
-
"modelKey": "materialAndSubstrate"
|
|
1277
|
+
"modelKey": "materialAndSubstrate",
|
|
1278
|
+
"dependencies": [
|
|
1279
|
+
"completeness",
|
|
1280
|
+
"cycleDuration"
|
|
1281
|
+
]
|
|
937
1282
|
},
|
|
938
1283
|
{
|
|
939
1284
|
"path": "hestia_earth/models/hestia/milkYield.py",
|
|
940
1285
|
"docPath": "hestia_earth/models/hestia/milkYield.md",
|
|
941
1286
|
"model": "hestia",
|
|
942
|
-
"modelKey": "milkYield"
|
|
1287
|
+
"modelKey": "milkYield",
|
|
1288
|
+
"dependencies": [
|
|
1289
|
+
"cycleDuration"
|
|
1290
|
+
]
|
|
943
1291
|
},
|
|
944
1292
|
{
|
|
945
1293
|
"path": "hestia_earth/models/hestia/netPrimaryProduction.py",
|
|
946
1294
|
"docPath": "hestia_earth/models/hestia/netPrimaryProduction.md",
|
|
947
1295
|
"model": "hestia",
|
|
948
|
-
"term": "netPrimaryProduction"
|
|
1296
|
+
"term": "netPrimaryProduction",
|
|
1297
|
+
"dependencies": [
|
|
1298
|
+
"temperatureAnnual"
|
|
1299
|
+
]
|
|
949
1300
|
},
|
|
950
1301
|
{
|
|
951
1302
|
"path": "hestia_earth/models/hestia/organicCarbonPerHa.py",
|
|
952
1303
|
"docPath": "hestia_earth/models/hestia/organicCarbonPerHa.md",
|
|
953
1304
|
"model": "hestia",
|
|
954
|
-
"term": "organicCarbonPerHa"
|
|
1305
|
+
"term": "organicCarbonPerHa",
|
|
1306
|
+
"dependencies": [
|
|
1307
|
+
"soilBulkDensity",
|
|
1308
|
+
"organicCarbonPerKgSoil"
|
|
1309
|
+
]
|
|
955
1310
|
},
|
|
956
1311
|
{
|
|
957
1312
|
"path": "hestia_earth/models/hestia/organicCarbonPerKgSoil.py",
|
|
958
1313
|
"docPath": "hestia_earth/models/hestia/organicCarbonPerKgSoil.md",
|
|
959
1314
|
"model": "hestia",
|
|
960
|
-
"term": "organicCarbonPerKgSoil"
|
|
1315
|
+
"term": "organicCarbonPerKgSoil",
|
|
1316
|
+
"dependencies": [
|
|
1317
|
+
"organicMatterPerKgSoil"
|
|
1318
|
+
]
|
|
961
1319
|
},
|
|
962
1320
|
{
|
|
963
1321
|
"path": "hestia_earth/models/hestia/organicCarbonPerM3Soil.py",
|
|
964
1322
|
"docPath": "hestia_earth/models/hestia/organicCarbonPerM3Soil.md",
|
|
965
1323
|
"model": "hestia",
|
|
966
|
-
"term": "organicCarbonPerM3Soil"
|
|
1324
|
+
"term": "organicCarbonPerM3Soil",
|
|
1325
|
+
"dependencies": [
|
|
1326
|
+
"organicMatterPerM3Soil"
|
|
1327
|
+
]
|
|
967
1328
|
},
|
|
968
1329
|
{
|
|
969
1330
|
"path": "hestia_earth/models/hestia/organicMatterPerKgSoil.py",
|
|
970
1331
|
"docPath": "hestia_earth/models/hestia/organicMatterPerKgSoil.md",
|
|
971
1332
|
"model": "hestia",
|
|
972
|
-
"term": "organicMatterPerKgSoil"
|
|
1333
|
+
"term": "organicMatterPerKgSoil",
|
|
1334
|
+
"dependencies": [
|
|
1335
|
+
"organicCarbonPerKgSoil"
|
|
1336
|
+
]
|
|
973
1337
|
},
|
|
974
1338
|
{
|
|
975
1339
|
"path": "hestia_earth/models/hestia/organicMatterPerM3Soil.py",
|
|
976
1340
|
"docPath": "hestia_earth/models/hestia/organicMatterPerM3Soil.md",
|
|
977
1341
|
"model": "hestia",
|
|
978
|
-
"term": "organicMatterPerM3Soil"
|
|
1342
|
+
"term": "organicMatterPerM3Soil",
|
|
1343
|
+
"dependencies": [
|
|
1344
|
+
"organicCarbonPerM3Soil"
|
|
1345
|
+
]
|
|
979
1346
|
},
|
|
980
1347
|
{
|
|
981
1348
|
"path": "hestia_earth/models/hestia/pToSurfaceWaterAquacultureSystems.py",
|
|
982
1349
|
"docPath": "hestia_earth/models/hestia/pToSurfaceWaterAquacultureSystems.md",
|
|
983
1350
|
"model": "hestia",
|
|
984
1351
|
"term": "pToSurfaceWaterAquacultureSystems",
|
|
985
|
-
"methodTier": "tier 1"
|
|
1352
|
+
"methodTier": "tier 1",
|
|
1353
|
+
"dependencies": [
|
|
1354
|
+
"completeness"
|
|
1355
|
+
]
|
|
986
1356
|
},
|
|
987
1357
|
{
|
|
988
1358
|
"path": "hestia_earth/models/hestia/pastureGrass.py",
|
|
@@ -1036,43 +1406,77 @@
|
|
|
1036
1406
|
"path": "hestia_earth/models/hestia/readyToCookWeightPerHead.py",
|
|
1037
1407
|
"docPath": "hestia_earth/models/hestia/readyToCookWeightPerHead.md",
|
|
1038
1408
|
"model": "hestia",
|
|
1039
|
-
"term": "readyToCookWeightPerHead"
|
|
1409
|
+
"term": "readyToCookWeightPerHead",
|
|
1410
|
+
"dependencies": [
|
|
1411
|
+
"liveweightPerHead",
|
|
1412
|
+
"processingConversionLiveweightToReadyToCookWeight"
|
|
1413
|
+
]
|
|
1040
1414
|
},
|
|
1041
1415
|
{
|
|
1042
1416
|
"path": "hestia_earth/models/hestia/residueBurnt.py",
|
|
1043
1417
|
"docPath": "hestia_earth/models/hestia/residueBurnt.md",
|
|
1044
1418
|
"model": "hestia",
|
|
1045
|
-
"term": "residueBurnt"
|
|
1419
|
+
"term": "residueBurnt",
|
|
1420
|
+
"dependencies": [
|
|
1421
|
+
"completeness",
|
|
1422
|
+
"aboveGroundCropResidueTotal",
|
|
1423
|
+
"aboveGroundCropResidueBurnt"
|
|
1424
|
+
]
|
|
1046
1425
|
},
|
|
1047
1426
|
{
|
|
1048
1427
|
"path": "hestia_earth/models/hestia/residueIncorporated.py",
|
|
1049
1428
|
"docPath": "hestia_earth/models/hestia/residueIncorporated.md",
|
|
1050
1429
|
"model": "hestia",
|
|
1051
|
-
"term": "residueIncorporated"
|
|
1430
|
+
"term": "residueIncorporated",
|
|
1431
|
+
"dependencies": [
|
|
1432
|
+
"completeness",
|
|
1433
|
+
"aboveGroundCropResidueTotal",
|
|
1434
|
+
"aboveGroundCropResidueIncorporated"
|
|
1435
|
+
]
|
|
1052
1436
|
},
|
|
1053
1437
|
{
|
|
1054
1438
|
"path": "hestia_earth/models/hestia/residueLeftOnField.py",
|
|
1055
1439
|
"docPath": "hestia_earth/models/hestia/residueLeftOnField.md",
|
|
1056
1440
|
"model": "hestia",
|
|
1057
|
-
"term": "residueLeftOnField"
|
|
1441
|
+
"term": "residueLeftOnField",
|
|
1442
|
+
"dependencies": [
|
|
1443
|
+
"completeness",
|
|
1444
|
+
"aboveGroundCropResidueTotal",
|
|
1445
|
+
"aboveGroundCropResidueLeftOnField"
|
|
1446
|
+
]
|
|
1058
1447
|
},
|
|
1059
1448
|
{
|
|
1060
1449
|
"path": "hestia_earth/models/hestia/residueRemoved.py",
|
|
1061
1450
|
"docPath": "hestia_earth/models/hestia/residueRemoved.md",
|
|
1062
1451
|
"model": "hestia",
|
|
1063
|
-
"term": "residueRemoved"
|
|
1452
|
+
"term": "residueRemoved",
|
|
1453
|
+
"dependencies": [
|
|
1454
|
+
"completeness",
|
|
1455
|
+
"residueIncorporated",
|
|
1456
|
+
"residueIncorporatedLessThan30DaysBeforeCultivation",
|
|
1457
|
+
"residueIncorporatedMoreThan30DaysBeforeCultivation",
|
|
1458
|
+
"aboveGroundCropResidueTotal",
|
|
1459
|
+
"aboveGroundCropResidueRemoved"
|
|
1460
|
+
]
|
|
1064
1461
|
},
|
|
1065
1462
|
{
|
|
1066
1463
|
"path": "hestia_earth/models/hestia/salineWater.py",
|
|
1067
1464
|
"docPath": "hestia_earth/models/hestia/salineWater.md",
|
|
1068
1465
|
"model": "hestia",
|
|
1069
|
-
"term": "salineWater"
|
|
1466
|
+
"term": "salineWater",
|
|
1467
|
+
"dependencies": [
|
|
1468
|
+
"waterSalinity"
|
|
1469
|
+
]
|
|
1070
1470
|
},
|
|
1071
1471
|
{
|
|
1072
1472
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
1073
1473
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
1074
1474
|
"model": "hestia",
|
|
1075
|
-
"modelKey": "seed_emissions"
|
|
1475
|
+
"modelKey": "seed_emissions",
|
|
1476
|
+
"dependencies": [
|
|
1477
|
+
"completeness",
|
|
1478
|
+
"endDate"
|
|
1479
|
+
]
|
|
1076
1480
|
},
|
|
1077
1481
|
{
|
|
1078
1482
|
"path": "hestia_earth/models/hestia/soilMeasurement.py",
|
|
@@ -1102,7 +1506,10 @@
|
|
|
1102
1506
|
"path": "hestia_earth/models/hestia/totalNitrogenPerKgSoil.py",
|
|
1103
1507
|
"docPath": "hestia_earth/models/hestia/totalNitrogenPerKgSoil.md",
|
|
1104
1508
|
"model": "hestia",
|
|
1105
|
-
"term": "totalNitrogenPerKgSoil"
|
|
1509
|
+
"term": "totalNitrogenPerKgSoil",
|
|
1510
|
+
"dependencies": [
|
|
1511
|
+
"organicCarbonPerKgSoil"
|
|
1512
|
+
]
|
|
1106
1513
|
},
|
|
1107
1514
|
{
|
|
1108
1515
|
"path": "hestia_earth/models/hestia/unknownPreSeasonWaterRegime.py",
|
|
@@ -1120,37 +1527,55 @@
|
|
|
1120
1527
|
"path": "hestia_earth/models/hestia/waterSalinity.py",
|
|
1121
1528
|
"docPath": "hestia_earth/models/hestia/waterSalinity.md",
|
|
1122
1529
|
"model": "hestia",
|
|
1123
|
-
"term": "waterSalinity"
|
|
1530
|
+
"term": "waterSalinity",
|
|
1531
|
+
"dependencies": [
|
|
1532
|
+
"related"
|
|
1533
|
+
]
|
|
1124
1534
|
},
|
|
1125
1535
|
{
|
|
1126
1536
|
"path": "hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioCarbon.py",
|
|
1127
1537
|
"docPath": "hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioCarbon.md",
|
|
1128
1538
|
"model": "hestia",
|
|
1129
|
-
"term": "feedConversionRatioCarbon"
|
|
1539
|
+
"term": "feedConversionRatioCarbon",
|
|
1540
|
+
"dependencies": [
|
|
1541
|
+
"liveweightPerHead"
|
|
1542
|
+
]
|
|
1130
1543
|
},
|
|
1131
1544
|
{
|
|
1132
1545
|
"path": "hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioDryMatter.py",
|
|
1133
1546
|
"docPath": "hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioDryMatter.md",
|
|
1134
1547
|
"model": "hestia",
|
|
1135
|
-
"term": "feedConversionRatioDryMatter"
|
|
1548
|
+
"term": "feedConversionRatioDryMatter",
|
|
1549
|
+
"dependencies": [
|
|
1550
|
+
"liveweightPerHead"
|
|
1551
|
+
]
|
|
1136
1552
|
},
|
|
1137
1553
|
{
|
|
1138
1554
|
"path": "hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioEnergy.py",
|
|
1139
1555
|
"docPath": "hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioEnergy.md",
|
|
1140
1556
|
"model": "hestia",
|
|
1141
|
-
"term": "feedConversionRatioEnergy"
|
|
1557
|
+
"term": "feedConversionRatioEnergy",
|
|
1558
|
+
"dependencies": [
|
|
1559
|
+
"liveweightPerHead"
|
|
1560
|
+
]
|
|
1142
1561
|
},
|
|
1143
1562
|
{
|
|
1144
1563
|
"path": "hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioFedWeight.py",
|
|
1145
1564
|
"docPath": "hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioFedWeight.md",
|
|
1146
1565
|
"model": "hestia",
|
|
1147
|
-
"term": "feedConversionRatioFedWeight"
|
|
1566
|
+
"term": "feedConversionRatioFedWeight",
|
|
1567
|
+
"dependencies": [
|
|
1568
|
+
"liveweightPerHead"
|
|
1569
|
+
]
|
|
1148
1570
|
},
|
|
1149
1571
|
{
|
|
1150
1572
|
"path": "hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioNitrogen.py",
|
|
1151
1573
|
"docPath": "hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioNitrogen.md",
|
|
1152
1574
|
"model": "hestia",
|
|
1153
|
-
"term": "feedConversionRatioNitrogen"
|
|
1575
|
+
"term": "feedConversionRatioNitrogen",
|
|
1576
|
+
"dependencies": [
|
|
1577
|
+
"liveweightPerHead"
|
|
1578
|
+
]
|
|
1154
1579
|
},
|
|
1155
1580
|
{
|
|
1156
1581
|
"path": "hestia_earth/models/impact_assessment/allocationMethod.py",
|
|
@@ -1162,7 +1587,10 @@
|
|
|
1162
1587
|
"path": "hestia_earth/models/impact_assessment/emissions.py",
|
|
1163
1588
|
"docPath": "hestia_earth/models/impact_assessment/emissions.md",
|
|
1164
1589
|
"model": "impact_assessment",
|
|
1165
|
-
"modelKey": "emissions"
|
|
1590
|
+
"modelKey": "emissions",
|
|
1591
|
+
"dependencies": [
|
|
1592
|
+
"product"
|
|
1593
|
+
]
|
|
1166
1594
|
},
|
|
1167
1595
|
{
|
|
1168
1596
|
"path": "hestia_earth/models/impact_assessment/irrigated.py",
|
|
@@ -1180,87 +1608,139 @@
|
|
|
1180
1608
|
"path": "hestia_earth/models/impact_assessment/product/economicValueShare.py",
|
|
1181
1609
|
"docPath": "hestia_earth/models/impact_assessment/product/economicValueShare.md",
|
|
1182
1610
|
"model": "impact_assessment",
|
|
1183
|
-
"modelKey": "product.economicValueShare"
|
|
1611
|
+
"modelKey": "product.economicValueShare",
|
|
1612
|
+
"dependencies": [
|
|
1613
|
+
"product"
|
|
1614
|
+
]
|
|
1184
1615
|
},
|
|
1185
1616
|
{
|
|
1186
1617
|
"path": "hestia_earth/models/impact_assessment/product/value.py",
|
|
1187
1618
|
"docPath": "hestia_earth/models/impact_assessment/product/value.md",
|
|
1188
1619
|
"model": "impact_assessment",
|
|
1189
|
-
"modelKey": "product.value"
|
|
1620
|
+
"modelKey": "product.value",
|
|
1621
|
+
"dependencies": [
|
|
1622
|
+
"product"
|
|
1623
|
+
]
|
|
1190
1624
|
},
|
|
1191
1625
|
{
|
|
1192
1626
|
"path": "hestia_earth/models/ipcc2006/aboveGroundCropResidueRemoved.py",
|
|
1193
1627
|
"docPath": "hestia_earth/models/ipcc2006/aboveGroundCropResidueRemoved.md",
|
|
1194
1628
|
"model": "ipcc2006",
|
|
1195
|
-
"term": "aboveGroundCropResidueRemoved"
|
|
1629
|
+
"term": "aboveGroundCropResidueRemoved",
|
|
1630
|
+
"dependencies": [
|
|
1631
|
+
"completeness"
|
|
1632
|
+
]
|
|
1196
1633
|
},
|
|
1197
1634
|
{
|
|
1198
1635
|
"path": "hestia_earth/models/ipcc2006/aboveGroundCropResidueTotal.py",
|
|
1199
1636
|
"docPath": "hestia_earth/models/ipcc2006/aboveGroundCropResidueTotal.md",
|
|
1200
1637
|
"model": "ipcc2006",
|
|
1201
|
-
"term": "aboveGroundCropResidueTotal"
|
|
1638
|
+
"term": "aboveGroundCropResidueTotal",
|
|
1639
|
+
"dependencies": [
|
|
1640
|
+
"completeness"
|
|
1641
|
+
]
|
|
1202
1642
|
},
|
|
1203
1643
|
{
|
|
1204
1644
|
"path": "hestia_earth/models/ipcc2006/belowGroundCropResidue.py",
|
|
1205
1645
|
"docPath": "hestia_earth/models/ipcc2006/belowGroundCropResidue.md",
|
|
1206
1646
|
"model": "ipcc2006",
|
|
1207
|
-
"term": "belowGroundCropResidue"
|
|
1647
|
+
"term": "belowGroundCropResidue",
|
|
1648
|
+
"dependencies": [
|
|
1649
|
+
"completeness"
|
|
1650
|
+
]
|
|
1208
1651
|
},
|
|
1209
1652
|
{
|
|
1210
1653
|
"path": "hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionDirect.py",
|
|
1211
1654
|
"docPath": "hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionDirect.md",
|
|
1212
1655
|
"model": "ipcc2006",
|
|
1213
1656
|
"term": "n2OToAirCropResidueDecompositionDirect",
|
|
1214
|
-
"methodTier": "tier 1"
|
|
1657
|
+
"methodTier": "tier 1",
|
|
1658
|
+
"dependencies": [
|
|
1659
|
+
"completeness",
|
|
1660
|
+
"nitrogenContent"
|
|
1661
|
+
]
|
|
1215
1662
|
},
|
|
1216
1663
|
{
|
|
1217
1664
|
"path": "hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionIndirect.py",
|
|
1218
1665
|
"docPath": "hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionIndirect.md",
|
|
1219
1666
|
"model": "ipcc2006",
|
|
1220
1667
|
"term": "n2OToAirCropResidueDecompositionIndirect",
|
|
1221
|
-
"methodTier": "tier 1"
|
|
1668
|
+
"methodTier": "tier 1",
|
|
1669
|
+
"dependencies": [
|
|
1670
|
+
"completeness",
|
|
1671
|
+
"no3ToGroundwaterCropResidueDecomposition",
|
|
1672
|
+
"nh3ToAirCropResidueDecomposition",
|
|
1673
|
+
"noxToAirCropResidueDecomposition"
|
|
1674
|
+
]
|
|
1222
1675
|
},
|
|
1223
1676
|
{
|
|
1224
1677
|
"path": "hestia_earth/models/ipcc2006/n2OToAirExcretaDirect.py",
|
|
1225
1678
|
"docPath": "hestia_earth/models/ipcc2006/n2OToAirExcretaDirect.md",
|
|
1226
1679
|
"model": "ipcc2006",
|
|
1227
1680
|
"term": "n2OToAirExcretaDirect",
|
|
1228
|
-
"methodTier": "tier 1"
|
|
1681
|
+
"methodTier": "tier 1",
|
|
1682
|
+
"dependencies": [
|
|
1683
|
+
"completeness"
|
|
1684
|
+
]
|
|
1229
1685
|
},
|
|
1230
1686
|
{
|
|
1231
1687
|
"path": "hestia_earth/models/ipcc2006/n2OToAirExcretaIndirect.py",
|
|
1232
1688
|
"docPath": "hestia_earth/models/ipcc2006/n2OToAirExcretaIndirect.md",
|
|
1233
1689
|
"model": "ipcc2006",
|
|
1234
1690
|
"term": "n2OToAirExcretaIndirect",
|
|
1235
|
-
"methodTier": "tier 1"
|
|
1691
|
+
"methodTier": "tier 1",
|
|
1692
|
+
"dependencies": [
|
|
1693
|
+
"completeness",
|
|
1694
|
+
"no3ToGroundwaterExcreta",
|
|
1695
|
+
"nh3ToAirExcreta",
|
|
1696
|
+
"noxToAirExcreta"
|
|
1697
|
+
]
|
|
1236
1698
|
},
|
|
1237
1699
|
{
|
|
1238
1700
|
"path": "hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserDirect.py",
|
|
1239
1701
|
"docPath": "hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserDirect.md",
|
|
1240
1702
|
"model": "ipcc2006",
|
|
1241
1703
|
"term": "n2OToAirInorganicFertiliserDirect",
|
|
1242
|
-
"methodTier": "tier 1"
|
|
1704
|
+
"methodTier": "tier 1",
|
|
1705
|
+
"dependencies": [
|
|
1706
|
+
"completeness"
|
|
1707
|
+
]
|
|
1243
1708
|
},
|
|
1244
1709
|
{
|
|
1245
1710
|
"path": "hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserIndirect.py",
|
|
1246
1711
|
"docPath": "hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserIndirect.md",
|
|
1247
1712
|
"model": "ipcc2006",
|
|
1248
1713
|
"term": "n2OToAirInorganicFertiliserIndirect",
|
|
1249
|
-
"methodTier": "tier 1"
|
|
1714
|
+
"methodTier": "tier 1",
|
|
1715
|
+
"dependencies": [
|
|
1716
|
+
"completeness",
|
|
1717
|
+
"no3ToGroundwaterInorganicFertiliser",
|
|
1718
|
+
"nh3ToAirInorganicFertiliser",
|
|
1719
|
+
"noxToAirInorganicFertiliser"
|
|
1720
|
+
]
|
|
1250
1721
|
},
|
|
1251
1722
|
{
|
|
1252
1723
|
"path": "hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserDirect.py",
|
|
1253
1724
|
"docPath": "hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserDirect.md",
|
|
1254
1725
|
"model": "ipcc2006",
|
|
1255
1726
|
"term": "n2OToAirOrganicFertiliserDirect",
|
|
1256
|
-
"methodTier": "tier 1"
|
|
1727
|
+
"methodTier": "tier 1",
|
|
1728
|
+
"dependencies": [
|
|
1729
|
+
"completeness"
|
|
1730
|
+
]
|
|
1257
1731
|
},
|
|
1258
1732
|
{
|
|
1259
1733
|
"path": "hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserIndirect.py",
|
|
1260
1734
|
"docPath": "hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserIndirect.md",
|
|
1261
1735
|
"model": "ipcc2006",
|
|
1262
1736
|
"term": "n2OToAirOrganicFertiliserIndirect",
|
|
1263
|
-
"methodTier": "tier 1"
|
|
1737
|
+
"methodTier": "tier 1",
|
|
1738
|
+
"dependencies": [
|
|
1739
|
+
"completeness",
|
|
1740
|
+
"no3ToGroundwaterOrganicFertiliser",
|
|
1741
|
+
"nh3ToAirOrganicFertiliser",
|
|
1742
|
+
"noxToAirOrganicFertiliser"
|
|
1743
|
+
]
|
|
1264
1744
|
},
|
|
1265
1745
|
{
|
|
1266
1746
|
"path": "hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py",
|
|
@@ -1278,25 +1758,37 @@
|
|
|
1278
1758
|
"path": "hestia_earth/models/ipcc2019/aboveGroundBiomass.py",
|
|
1279
1759
|
"docPath": "hestia_earth/models/ipcc2019/aboveGroundBiomass.md",
|
|
1280
1760
|
"model": "ipcc2019",
|
|
1281
|
-
"term": "aboveGroundBiomass"
|
|
1761
|
+
"term": "aboveGroundBiomass",
|
|
1762
|
+
"dependencies": [
|
|
1763
|
+
"ecoClimateZone"
|
|
1764
|
+
]
|
|
1282
1765
|
},
|
|
1283
1766
|
{
|
|
1284
1767
|
"path": "hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.py",
|
|
1285
1768
|
"docPath": "hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.md",
|
|
1286
1769
|
"model": "ipcc2019",
|
|
1287
|
-
"term": "aboveGroundCropResidueTotal"
|
|
1770
|
+
"term": "aboveGroundCropResidueTotal",
|
|
1771
|
+
"dependencies": [
|
|
1772
|
+
"completeness"
|
|
1773
|
+
]
|
|
1288
1774
|
},
|
|
1289
1775
|
{
|
|
1290
1776
|
"path": "hestia_earth/models/ipcc2019/belowGroundBiomass.py",
|
|
1291
1777
|
"docPath": "hestia_earth/models/ipcc2019/belowGroundBiomass.md",
|
|
1292
1778
|
"model": "ipcc2019",
|
|
1293
|
-
"term": "belowGroundBiomass"
|
|
1779
|
+
"term": "belowGroundBiomass",
|
|
1780
|
+
"dependencies": [
|
|
1781
|
+
"ecoClimateZone"
|
|
1782
|
+
]
|
|
1294
1783
|
},
|
|
1295
1784
|
{
|
|
1296
1785
|
"path": "hestia_earth/models/ipcc2019/belowGroundCropResidue.py",
|
|
1297
1786
|
"docPath": "hestia_earth/models/ipcc2019/belowGroundCropResidue.md",
|
|
1298
1787
|
"model": "ipcc2019",
|
|
1299
|
-
"term": "belowGroundCropResidue"
|
|
1788
|
+
"term": "belowGroundCropResidue",
|
|
1789
|
+
"dependencies": [
|
|
1790
|
+
"completeness"
|
|
1791
|
+
]
|
|
1300
1792
|
},
|
|
1301
1793
|
{
|
|
1302
1794
|
"path": "hestia_earth/models/ipcc2019/carbonContent.py",
|
|
@@ -1309,104 +1801,174 @@
|
|
|
1309
1801
|
"docPath": "hestia_earth/models/ipcc2019/ch4ToAirAquacultureSystems.md",
|
|
1310
1802
|
"model": "ipcc2019",
|
|
1311
1803
|
"term": "ch4ToAirAquacultureSystems",
|
|
1312
|
-
"methodTier": "tier 1"
|
|
1804
|
+
"methodTier": "tier 1",
|
|
1805
|
+
"dependencies": [
|
|
1806
|
+
"cycleDuration",
|
|
1807
|
+
"functionalUnit",
|
|
1808
|
+
"area",
|
|
1809
|
+
"salineWater",
|
|
1810
|
+
"brackishWater",
|
|
1811
|
+
"freshWater"
|
|
1812
|
+
]
|
|
1313
1813
|
},
|
|
1314
1814
|
{
|
|
1315
1815
|
"path": "hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py",
|
|
1316
1816
|
"docPath": "hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.md",
|
|
1317
1817
|
"model": "ipcc2019",
|
|
1318
1818
|
"term": "ch4ToAirEntericFermentation",
|
|
1319
|
-
"methodTier": "tier 2"
|
|
1819
|
+
"methodTier": "tier 2",
|
|
1820
|
+
"dependencies": [
|
|
1821
|
+
"completeness"
|
|
1822
|
+
]
|
|
1320
1823
|
},
|
|
1321
1824
|
{
|
|
1322
1825
|
"path": "hestia_earth/models/ipcc2019/ch4ToAirExcreta.py",
|
|
1323
1826
|
"docPath": "hestia_earth/models/ipcc2019/ch4ToAirExcreta.md",
|
|
1324
1827
|
"model": "ipcc2019",
|
|
1325
1828
|
"term": "ch4ToAirExcreta",
|
|
1326
|
-
"methodTier": "tier 2"
|
|
1829
|
+
"methodTier": "tier 2",
|
|
1830
|
+
"dependencies": [
|
|
1831
|
+
"completeness",
|
|
1832
|
+
"cycleDuration",
|
|
1833
|
+
"endDate",
|
|
1834
|
+
"ecoClimateZone"
|
|
1835
|
+
]
|
|
1327
1836
|
},
|
|
1328
1837
|
{
|
|
1329
1838
|
"path": "hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py",
|
|
1330
1839
|
"docPath": "hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.md",
|
|
1331
1840
|
"model": "ipcc2019",
|
|
1332
1841
|
"term": "ch4ToAirFloodedRice",
|
|
1333
|
-
"methodTier": "tier 1"
|
|
1842
|
+
"methodTier": "tier 1",
|
|
1843
|
+
"dependencies": [
|
|
1844
|
+
"croppingDuration",
|
|
1845
|
+
"aboveGroundCropResidueIncorporated"
|
|
1846
|
+
]
|
|
1334
1847
|
},
|
|
1335
1848
|
{
|
|
1336
1849
|
"path": "hestia_earth/models/ipcc2019/ch4ToAirOrganicSoilCultivation.py",
|
|
1337
1850
|
"docPath": "hestia_earth/models/ipcc2019/ch4ToAirOrganicSoilCultivation.md",
|
|
1338
1851
|
"model": "ipcc2019",
|
|
1339
1852
|
"term": "ch4ToAirOrganicSoilCultivation",
|
|
1340
|
-
"methodTier": "tier 1"
|
|
1853
|
+
"methodTier": "tier 1",
|
|
1854
|
+
"dependencies": [
|
|
1855
|
+
"histosol",
|
|
1856
|
+
"ecoClimateZone"
|
|
1857
|
+
]
|
|
1341
1858
|
},
|
|
1342
1859
|
{
|
|
1343
1860
|
"path": "hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py",
|
|
1344
1861
|
"docPath": "hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.md",
|
|
1345
1862
|
"model": "ipcc2019",
|
|
1346
1863
|
"term": "co2ToAirAboveGroundBiomassStockChangeLandUseChange",
|
|
1347
|
-
"methodTier": ""
|
|
1864
|
+
"methodTier": "",
|
|
1865
|
+
"dependencies": [
|
|
1866
|
+
"aboveGroundBiomass",
|
|
1867
|
+
"functionalUnit",
|
|
1868
|
+
"endDate"
|
|
1869
|
+
]
|
|
1348
1870
|
},
|
|
1349
1871
|
{
|
|
1350
1872
|
"path": "hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py",
|
|
1351
1873
|
"docPath": "hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.md",
|
|
1352
1874
|
"model": "ipcc2019",
|
|
1353
1875
|
"term": "co2ToAirAboveGroundBiomassStockChangeManagementChange",
|
|
1354
|
-
"methodTier": ""
|
|
1876
|
+
"methodTier": "",
|
|
1877
|
+
"dependencies": [
|
|
1878
|
+
"aboveGroundBiomass",
|
|
1879
|
+
"functionalUnit",
|
|
1880
|
+
"endDate"
|
|
1881
|
+
]
|
|
1355
1882
|
},
|
|
1356
1883
|
{
|
|
1357
1884
|
"path": "hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py",
|
|
1358
1885
|
"docPath": "hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.md",
|
|
1359
1886
|
"model": "ipcc2019",
|
|
1360
1887
|
"term": "co2ToAirBelowGroundBiomassStockChangeLandUseChange",
|
|
1361
|
-
"methodTier": ""
|
|
1888
|
+
"methodTier": "",
|
|
1889
|
+
"dependencies": [
|
|
1890
|
+
" belowGroundBiomass",
|
|
1891
|
+
"functionalUnit",
|
|
1892
|
+
"endDate"
|
|
1893
|
+
]
|
|
1362
1894
|
},
|
|
1363
1895
|
{
|
|
1364
1896
|
"path": "hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py",
|
|
1365
1897
|
"docPath": "hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.md",
|
|
1366
1898
|
"model": "ipcc2019",
|
|
1367
1899
|
"term": "co2ToAirBelowGroundBiomassStockChangeManagementChange",
|
|
1368
|
-
"methodTier": ""
|
|
1900
|
+
"methodTier": "",
|
|
1901
|
+
"dependencies": [
|
|
1902
|
+
" belowGroundBiomass",
|
|
1903
|
+
"functionalUnit",
|
|
1904
|
+
"endDate"
|
|
1905
|
+
]
|
|
1369
1906
|
},
|
|
1370
1907
|
{
|
|
1371
1908
|
"path": "hestia_earth/models/ipcc2019/co2ToAirLimeHydrolysis.py",
|
|
1372
1909
|
"docPath": "hestia_earth/models/ipcc2019/co2ToAirLimeHydrolysis.md",
|
|
1373
1910
|
"model": "ipcc2019",
|
|
1374
1911
|
"term": "co2ToAirLimeHydrolysis",
|
|
1375
|
-
"methodTier": "tier 1"
|
|
1912
|
+
"methodTier": "tier 1",
|
|
1913
|
+
"dependencies": [
|
|
1914
|
+
"completeness"
|
|
1915
|
+
]
|
|
1376
1916
|
},
|
|
1377
1917
|
{
|
|
1378
1918
|
"path": "hestia_earth/models/ipcc2019/co2ToAirOrganicSoilCultivation.py",
|
|
1379
1919
|
"docPath": "hestia_earth/models/ipcc2019/co2ToAirOrganicSoilCultivation.md",
|
|
1380
1920
|
"model": "ipcc2019",
|
|
1381
1921
|
"term": "co2ToAirOrganicSoilCultivation",
|
|
1382
|
-
"methodTier": "tier 1"
|
|
1922
|
+
"methodTier": "tier 1",
|
|
1923
|
+
"dependencies": [
|
|
1924
|
+
"histosol",
|
|
1925
|
+
"ecoClimateZone"
|
|
1926
|
+
]
|
|
1383
1927
|
},
|
|
1384
1928
|
{
|
|
1385
1929
|
"path": "hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py",
|
|
1386
1930
|
"docPath": "hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.md",
|
|
1387
1931
|
"model": "ipcc2019",
|
|
1388
1932
|
"term": "co2ToAirSoilOrganicCarbonStockChangeLandUseChange",
|
|
1389
|
-
"methodTier": ""
|
|
1933
|
+
"methodTier": "",
|
|
1934
|
+
"dependencies": [
|
|
1935
|
+
" organicCarbonPerHa",
|
|
1936
|
+
"functionalUnit",
|
|
1937
|
+
"endDate"
|
|
1938
|
+
]
|
|
1390
1939
|
},
|
|
1391
1940
|
{
|
|
1392
1941
|
"path": "hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py",
|
|
1393
1942
|
"docPath": "hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.md",
|
|
1394
1943
|
"model": "ipcc2019",
|
|
1395
1944
|
"term": "co2ToAirSoilOrganicCarbonStockChangeManagementChange",
|
|
1396
|
-
"methodTier": ""
|
|
1945
|
+
"methodTier": "",
|
|
1946
|
+
"dependencies": [
|
|
1947
|
+
" organicCarbonPerHa",
|
|
1948
|
+
"functionalUnit",
|
|
1949
|
+
"endDate"
|
|
1950
|
+
]
|
|
1397
1951
|
},
|
|
1398
1952
|
{
|
|
1399
1953
|
"path": "hestia_earth/models/ipcc2019/co2ToAirUreaHydrolysis.py",
|
|
1400
1954
|
"docPath": "hestia_earth/models/ipcc2019/co2ToAirUreaHydrolysis.md",
|
|
1401
1955
|
"model": "ipcc2019",
|
|
1402
1956
|
"term": "co2ToAirUreaHydrolysis",
|
|
1403
|
-
"methodTier": "tier 1"
|
|
1957
|
+
"methodTier": "tier 1",
|
|
1958
|
+
"dependencies": [
|
|
1959
|
+
"completeness"
|
|
1960
|
+
]
|
|
1404
1961
|
},
|
|
1405
1962
|
{
|
|
1406
1963
|
"path": "hestia_earth/models/ipcc2019/croppingDuration.py",
|
|
1407
1964
|
"docPath": "hestia_earth/models/ipcc2019/croppingDuration.md",
|
|
1408
1965
|
"model": "ipcc2019",
|
|
1409
|
-
"term": "croppingDuration"
|
|
1966
|
+
"term": "croppingDuration",
|
|
1967
|
+
"dependencies": [
|
|
1968
|
+
"cycleDuration",
|
|
1969
|
+
"riceGrainInHuskFlooded",
|
|
1970
|
+
"ricePlantFlooded"
|
|
1971
|
+
]
|
|
1410
1972
|
},
|
|
1411
1973
|
{
|
|
1412
1974
|
"path": "hestia_earth/models/ipcc2019/ligninContent.py",
|
|
@@ -1419,84 +1981,136 @@
|
|
|
1419
1981
|
"docPath": "hestia_earth/models/ipcc2019/n2OToAirCropResidueBurningDirect.md",
|
|
1420
1982
|
"model": "ipcc2019",
|
|
1421
1983
|
"term": "n2OToAirCropResidueBurningDirect",
|
|
1422
|
-
"methodTier": "tier 1"
|
|
1984
|
+
"methodTier": "tier 1",
|
|
1985
|
+
"dependencies": [
|
|
1986
|
+
"aboveGroundCropResidueBurnt",
|
|
1987
|
+
"discardedCropBurnt",
|
|
1988
|
+
"completeness"
|
|
1989
|
+
]
|
|
1423
1990
|
},
|
|
1424
1991
|
{
|
|
1425
1992
|
"path": "hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionDirect.py",
|
|
1426
1993
|
"docPath": "hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionDirect.md",
|
|
1427
1994
|
"model": "ipcc2019",
|
|
1428
1995
|
"term": "n2OToAirCropResidueDecompositionDirect",
|
|
1429
|
-
"methodTier": "tier 1"
|
|
1996
|
+
"methodTier": "tier 1",
|
|
1997
|
+
"dependencies": [
|
|
1998
|
+
"completeness",
|
|
1999
|
+
"nitrogenContent"
|
|
2000
|
+
]
|
|
1430
2001
|
},
|
|
1431
2002
|
{
|
|
1432
2003
|
"path": "hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionIndirect.py",
|
|
1433
2004
|
"docPath": "hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionIndirect.md",
|
|
1434
2005
|
"model": "ipcc2019",
|
|
1435
2006
|
"term": "n2OToAirCropResidueDecompositionIndirect",
|
|
1436
|
-
"methodTier": "tier 1"
|
|
2007
|
+
"methodTier": "tier 1",
|
|
2008
|
+
"dependencies": [
|
|
2009
|
+
"completeness",
|
|
2010
|
+
"no3ToGroundwaterCropResidueDecomposition",
|
|
2011
|
+
"nh3ToAirCropResidueDecomposition",
|
|
2012
|
+
"noxToAirCropResidueDecomposition"
|
|
2013
|
+
]
|
|
1437
2014
|
},
|
|
1438
2015
|
{
|
|
1439
2016
|
"path": "hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py",
|
|
1440
2017
|
"docPath": "hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.md",
|
|
1441
2018
|
"model": "ipcc2019",
|
|
1442
2019
|
"term": "n2OToAirExcretaDirect",
|
|
1443
|
-
"methodTier": "tier 2"
|
|
2020
|
+
"methodTier": "tier 2",
|
|
2021
|
+
"dependencies": [
|
|
2022
|
+
"completeness"
|
|
2023
|
+
]
|
|
1444
2024
|
},
|
|
1445
2025
|
{
|
|
1446
2026
|
"path": "hestia_earth/models/ipcc2019/n2OToAirExcretaIndirect.py",
|
|
1447
2027
|
"docPath": "hestia_earth/models/ipcc2019/n2OToAirExcretaIndirect.md",
|
|
1448
2028
|
"model": "ipcc2019",
|
|
1449
2029
|
"term": "n2OToAirExcretaIndirect",
|
|
1450
|
-
"methodTier": "tier 1"
|
|
2030
|
+
"methodTier": "tier 1",
|
|
2031
|
+
"dependencies": [
|
|
2032
|
+
"completeness",
|
|
2033
|
+
"no3ToGroundwaterExcreta",
|
|
2034
|
+
"nh3ToAirExcreta",
|
|
2035
|
+
"noxToAirExcreta"
|
|
2036
|
+
]
|
|
1451
2037
|
},
|
|
1452
2038
|
{
|
|
1453
2039
|
"path": "hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserDirect.py",
|
|
1454
2040
|
"docPath": "hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserDirect.md",
|
|
1455
2041
|
"model": "ipcc2019",
|
|
1456
2042
|
"term": "n2OToAirInorganicFertiliserDirect",
|
|
1457
|
-
"methodTier": "tier 1"
|
|
2043
|
+
"methodTier": "tier 1",
|
|
2044
|
+
"dependencies": [
|
|
2045
|
+
"completeness"
|
|
2046
|
+
]
|
|
1458
2047
|
},
|
|
1459
2048
|
{
|
|
1460
2049
|
"path": "hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserIndirect.py",
|
|
1461
2050
|
"docPath": "hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserIndirect.md",
|
|
1462
2051
|
"model": "ipcc2019",
|
|
1463
2052
|
"term": "n2OToAirInorganicFertiliserIndirect",
|
|
1464
|
-
"methodTier": "tier 1"
|
|
2053
|
+
"methodTier": "tier 1",
|
|
2054
|
+
"dependencies": [
|
|
2055
|
+
"completeness",
|
|
2056
|
+
"no3ToGroundwaterInorganicFertiliser",
|
|
2057
|
+
"nh3ToAirInorganicFertiliser",
|
|
2058
|
+
"noxToAirInorganicFertiliser"
|
|
2059
|
+
]
|
|
1465
2060
|
},
|
|
1466
2061
|
{
|
|
1467
2062
|
"path": "hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserDirect.py",
|
|
1468
2063
|
"docPath": "hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserDirect.md",
|
|
1469
2064
|
"model": "ipcc2019",
|
|
1470
2065
|
"term": "n2OToAirOrganicFertiliserDirect",
|
|
1471
|
-
"methodTier": "tier 1"
|
|
2066
|
+
"methodTier": "tier 1",
|
|
2067
|
+
"dependencies": [
|
|
2068
|
+
"completeness"
|
|
2069
|
+
]
|
|
1472
2070
|
},
|
|
1473
2071
|
{
|
|
1474
2072
|
"path": "hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserIndirect.py",
|
|
1475
2073
|
"docPath": "hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserIndirect.md",
|
|
1476
2074
|
"model": "ipcc2019",
|
|
1477
2075
|
"term": "n2OToAirOrganicFertiliserIndirect",
|
|
1478
|
-
"methodTier": "tier 1"
|
|
2076
|
+
"methodTier": "tier 1",
|
|
2077
|
+
"dependencies": [
|
|
2078
|
+
"completeness",
|
|
2079
|
+
"no3ToGroundwaterOrganicFertiliser",
|
|
2080
|
+
"nh3ToAirOrganicFertiliser",
|
|
2081
|
+
"noxToAirOrganicFertiliser"
|
|
2082
|
+
]
|
|
1479
2083
|
},
|
|
1480
2084
|
{
|
|
1481
2085
|
"path": "hestia_earth/models/ipcc2019/n2OToAirOrganicSoilCultivationDirect.py",
|
|
1482
2086
|
"docPath": "hestia_earth/models/ipcc2019/n2OToAirOrganicSoilCultivationDirect.md",
|
|
1483
2087
|
"model": "ipcc2019",
|
|
1484
2088
|
"term": "n2OToAirOrganicSoilCultivationDirect",
|
|
1485
|
-
"methodTier": "tier 1"
|
|
2089
|
+
"methodTier": "tier 1",
|
|
2090
|
+
"dependencies": [
|
|
2091
|
+
"histosol",
|
|
2092
|
+
"ecoClimateZone"
|
|
2093
|
+
]
|
|
1486
2094
|
},
|
|
1487
2095
|
{
|
|
1488
2096
|
"path": "hestia_earth/models/ipcc2019/nh3ToAirInorganicFertiliser.py",
|
|
1489
2097
|
"docPath": "hestia_earth/models/ipcc2019/nh3ToAirInorganicFertiliser.md",
|
|
1490
2098
|
"model": "ipcc2019",
|
|
1491
2099
|
"term": "nh3ToAirInorganicFertiliser",
|
|
1492
|
-
"methodTier": "tier 1"
|
|
2100
|
+
"methodTier": "tier 1",
|
|
2101
|
+
"dependencies": [
|
|
2102
|
+
"completeness"
|
|
2103
|
+
]
|
|
1493
2104
|
},
|
|
1494
2105
|
{
|
|
1495
2106
|
"path": "hestia_earth/models/ipcc2019/nh3ToAirOrganicFertiliser.py",
|
|
1496
2107
|
"docPath": "hestia_earth/models/ipcc2019/nh3ToAirOrganicFertiliser.md",
|
|
1497
2108
|
"model": "ipcc2019",
|
|
1498
2109
|
"term": "nh3ToAirOrganicFertiliser",
|
|
1499
|
-
"methodTier": "tier 1"
|
|
2110
|
+
"methodTier": "tier 1",
|
|
2111
|
+
"dependencies": [
|
|
2112
|
+
"completeness"
|
|
2113
|
+
]
|
|
1500
2114
|
},
|
|
1501
2115
|
{
|
|
1502
2116
|
"path": "hestia_earth/models/ipcc2019/nitrogenContent.py",
|
|
@@ -1509,90 +2123,145 @@
|
|
|
1509
2123
|
"docPath": "hestia_earth/models/ipcc2019/no3ToGroundwaterCropResidueDecomposition.md",
|
|
1510
2124
|
"model": "ipcc2019",
|
|
1511
2125
|
"term": "no3ToGroundwaterCropResidueDecomposition",
|
|
1512
|
-
"methodTier": "tier 1"
|
|
2126
|
+
"methodTier": "tier 1",
|
|
2127
|
+
"dependencies": [
|
|
2128
|
+
"completeness",
|
|
2129
|
+
"nitrogenContent",
|
|
2130
|
+
"ecoClimateZone"
|
|
2131
|
+
]
|
|
1513
2132
|
},
|
|
1514
2133
|
{
|
|
1515
2134
|
"path": "hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.py",
|
|
1516
2135
|
"docPath": "hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.md",
|
|
1517
2136
|
"model": "ipcc2019",
|
|
1518
2137
|
"term": "no3ToGroundwaterExcreta",
|
|
1519
|
-
"methodTier": "tier 1"
|
|
2138
|
+
"methodTier": "tier 1",
|
|
2139
|
+
"dependencies": [
|
|
2140
|
+
"completeness",
|
|
2141
|
+
"nitrogenContent",
|
|
2142
|
+
"totalAmmoniacalNitrogenContentAsN"
|
|
2143
|
+
]
|
|
1520
2144
|
},
|
|
1521
2145
|
{
|
|
1522
2146
|
"path": "hestia_earth/models/ipcc2019/no3ToGroundwaterInorganicFertiliser.py",
|
|
1523
2147
|
"docPath": "hestia_earth/models/ipcc2019/no3ToGroundwaterInorganicFertiliser.md",
|
|
1524
2148
|
"model": "ipcc2019",
|
|
1525
2149
|
"term": "no3ToGroundwaterInorganicFertiliser",
|
|
1526
|
-
"methodTier": "tier 1"
|
|
2150
|
+
"methodTier": "tier 1",
|
|
2151
|
+
"dependencies": [
|
|
2152
|
+
"completeness",
|
|
2153
|
+
"ecoClimateZone"
|
|
2154
|
+
]
|
|
1527
2155
|
},
|
|
1528
2156
|
{
|
|
1529
2157
|
"path": "hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.py",
|
|
1530
2158
|
"docPath": "hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.md",
|
|
1531
2159
|
"model": "ipcc2019",
|
|
1532
2160
|
"term": "no3ToGroundwaterOrganicFertiliser",
|
|
1533
|
-
"methodTier": "tier 1"
|
|
2161
|
+
"methodTier": "tier 1",
|
|
2162
|
+
"dependencies": [
|
|
2163
|
+
"completeness",
|
|
2164
|
+
"ecoClimateZone"
|
|
2165
|
+
]
|
|
1534
2166
|
},
|
|
1535
2167
|
{
|
|
1536
2168
|
"path": "hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py",
|
|
1537
2169
|
"docPath": "hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.md",
|
|
1538
2170
|
"model": "ipcc2019",
|
|
1539
|
-
"term": "ch4ToAirNaturalVegetationBurning"
|
|
2171
|
+
"term": "ch4ToAirNaturalVegetationBurning",
|
|
2172
|
+
"dependencies": [
|
|
2173
|
+
"ecoClimateZone"
|
|
2174
|
+
]
|
|
1540
2175
|
},
|
|
1541
2176
|
{
|
|
1542
2177
|
"path": "hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py",
|
|
1543
2178
|
"docPath": "hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.md",
|
|
1544
2179
|
"model": "ipcc2019",
|
|
1545
|
-
"term": "coToAirNaturalVegetationBurning"
|
|
2180
|
+
"term": "coToAirNaturalVegetationBurning",
|
|
2181
|
+
"dependencies": [
|
|
2182
|
+
"ecoClimateZone"
|
|
2183
|
+
]
|
|
1546
2184
|
},
|
|
1547
2185
|
{
|
|
1548
2186
|
"path": "hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py",
|
|
1549
2187
|
"docPath": "hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.md",
|
|
1550
2188
|
"model": "ipcc2019",
|
|
1551
|
-
"term": "n2OToAirNaturalVegetationBurningDirect"
|
|
2189
|
+
"term": "n2OToAirNaturalVegetationBurningDirect",
|
|
2190
|
+
"dependencies": [
|
|
2191
|
+
"ecoClimateZone"
|
|
2192
|
+
]
|
|
1552
2193
|
},
|
|
1553
2194
|
{
|
|
1554
2195
|
"path": "hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py",
|
|
1555
2196
|
"docPath": "hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.md",
|
|
1556
2197
|
"model": "ipcc2019",
|
|
1557
|
-
"term": "noxToAirNaturalVegetationBurning"
|
|
2198
|
+
"term": "noxToAirNaturalVegetationBurning",
|
|
2199
|
+
"dependencies": [
|
|
2200
|
+
"ecoClimateZone"
|
|
2201
|
+
]
|
|
1558
2202
|
},
|
|
1559
2203
|
{
|
|
1560
2204
|
"path": "hestia_earth/models/ipcc2019/noxToAirInorganicFertiliser.py",
|
|
1561
2205
|
"docPath": "hestia_earth/models/ipcc2019/noxToAirInorganicFertiliser.md",
|
|
1562
2206
|
"model": "ipcc2019",
|
|
1563
2207
|
"term": "noxToAirInorganicFertiliser",
|
|
1564
|
-
"methodTier": "tier 1"
|
|
2208
|
+
"methodTier": "tier 1",
|
|
2209
|
+
"dependencies": [
|
|
2210
|
+
"completeness"
|
|
2211
|
+
]
|
|
1565
2212
|
},
|
|
1566
2213
|
{
|
|
1567
2214
|
"path": "hestia_earth/models/ipcc2019/noxToAirOrganicFertiliser.py",
|
|
1568
2215
|
"docPath": "hestia_earth/models/ipcc2019/noxToAirOrganicFertiliser.md",
|
|
1569
2216
|
"model": "ipcc2019",
|
|
1570
2217
|
"term": "noxToAirOrganicFertiliser",
|
|
1571
|
-
"methodTier": "tier 1"
|
|
2218
|
+
"methodTier": "tier 1",
|
|
2219
|
+
"dependencies": [
|
|
2220
|
+
"completeness"
|
|
2221
|
+
]
|
|
1572
2222
|
},
|
|
1573
2223
|
{
|
|
1574
2224
|
"path": "hestia_earth/models/ipcc2019/organicCarbonPerHa.py",
|
|
1575
2225
|
"docPath": "hestia_earth/models/ipcc2019/organicCarbonPerHa.md",
|
|
1576
2226
|
"model": "ipcc2019",
|
|
1577
|
-
"term": "organicCarbonPerHa"
|
|
2227
|
+
"term": "organicCarbonPerHa",
|
|
2228
|
+
"dependencies": [
|
|
2229
|
+
"ecoClimateZone"
|
|
2230
|
+
]
|
|
1578
2231
|
},
|
|
1579
2232
|
{
|
|
1580
2233
|
"path": "hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1.py",
|
|
1581
2234
|
"docPath": "hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1.md",
|
|
1582
2235
|
"model": "ipcc2019",
|
|
1583
|
-
"term": "organicCarbonPerHa"
|
|
2236
|
+
"term": "organicCarbonPerHa",
|
|
2237
|
+
"dependencies": [
|
|
2238
|
+
"ecoClimateZone"
|
|
2239
|
+
]
|
|
1584
2240
|
},
|
|
1585
2241
|
{
|
|
1586
2242
|
"path": "hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2.py",
|
|
1587
2243
|
"docPath": "hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2.md",
|
|
1588
2244
|
"model": "ipcc2019",
|
|
1589
|
-
"term": "organicCarbonPerHa"
|
|
2245
|
+
"term": "organicCarbonPerHa",
|
|
2246
|
+
"dependencies": [
|
|
2247
|
+
"sandContent",
|
|
2248
|
+
"temperatureMonthly",
|
|
2249
|
+
"precipitationMonthly",
|
|
2250
|
+
"potentialEvapotranspirationMonthly",
|
|
2251
|
+
"related"
|
|
2252
|
+
]
|
|
1590
2253
|
},
|
|
1591
2254
|
{
|
|
1592
2255
|
"path": "hestia_earth/models/ipcc2019/pastureGrass.py",
|
|
1593
2256
|
"docPath": "hestia_earth/models/ipcc2019/pastureGrass.md",
|
|
1594
2257
|
"model": "ipcc2019",
|
|
1595
|
-
"modelKey": "pastureGrass"
|
|
2258
|
+
"modelKey": "pastureGrass",
|
|
2259
|
+
"dependencies": [
|
|
2260
|
+
"completeness",
|
|
2261
|
+
"pastureGrass",
|
|
2262
|
+
"liveweightPerHead",
|
|
2263
|
+
"weightAtMaturity"
|
|
2264
|
+
]
|
|
1596
2265
|
},
|
|
1597
2266
|
{
|
|
1598
2267
|
"path": "hestia_earth/models/ipcc2019/animal/fatContent.py",
|
|
@@ -1628,7 +2297,13 @@
|
|
|
1628
2297
|
"path": "hestia_earth/models/ipcc2019/animal/pastureGrass.py",
|
|
1629
2298
|
"docPath": "hestia_earth/models/ipcc2019/animal/pastureGrass.md",
|
|
1630
2299
|
"model": "ipcc2019",
|
|
1631
|
-
"modelKey": "animal.pastureGrass"
|
|
2300
|
+
"modelKey": "animal.pastureGrass",
|
|
2301
|
+
"dependencies": [
|
|
2302
|
+
"completeness",
|
|
2303
|
+
"pastureGrass",
|
|
2304
|
+
"liveweightPerHead",
|
|
2305
|
+
"weightAtMaturity"
|
|
2306
|
+
]
|
|
1632
2307
|
},
|
|
1633
2308
|
{
|
|
1634
2309
|
"path": "hestia_earth/models/ipcc2019/animal/pregnancyRateTotal.py",
|
|
@@ -1659,31 +2334,49 @@
|
|
|
1659
2334
|
"docPath": "hestia_earth/models/jarvisAndPain1994/n2ToAirExcreta.md",
|
|
1660
2335
|
"model": "jarvisAndPain1994",
|
|
1661
2336
|
"term": "n2ToAirExcreta",
|
|
1662
|
-
"methodTier": "tier 1"
|
|
2337
|
+
"methodTier": "tier 1",
|
|
2338
|
+
"dependencies": [
|
|
2339
|
+
"n2OToAirExcretaDirect"
|
|
2340
|
+
]
|
|
1663
2341
|
},
|
|
1664
2342
|
{
|
|
1665
2343
|
"path": "hestia_earth/models/koble2014/cropResidueManagement.py",
|
|
1666
2344
|
"docPath": "hestia_earth/models/koble2014/cropResidueManagement.md",
|
|
1667
2345
|
"model": "koble2014",
|
|
1668
|
-
"modelKey": "cropResidueManagement"
|
|
2346
|
+
"modelKey": "cropResidueManagement",
|
|
2347
|
+
"dependencies": [
|
|
2348
|
+
"completeness",
|
|
2349
|
+
"residueBurnt",
|
|
2350
|
+
"residueLeftOnField",
|
|
2351
|
+
"residueRemoved"
|
|
2352
|
+
]
|
|
1669
2353
|
},
|
|
1670
2354
|
{
|
|
1671
2355
|
"path": "hestia_earth/models/koble2014/residueBurnt.py",
|
|
1672
2356
|
"docPath": "hestia_earth/models/koble2014/residueBurnt.md",
|
|
1673
2357
|
"model": "koble2014",
|
|
1674
|
-
"term": "residueBurnt"
|
|
2358
|
+
"term": "residueBurnt",
|
|
2359
|
+
"dependencies": [
|
|
2360
|
+
"completeness"
|
|
2361
|
+
]
|
|
1675
2362
|
},
|
|
1676
2363
|
{
|
|
1677
2364
|
"path": "hestia_earth/models/koble2014/residueLeftOnField.py",
|
|
1678
2365
|
"docPath": "hestia_earth/models/koble2014/residueLeftOnField.md",
|
|
1679
2366
|
"model": "koble2014",
|
|
1680
|
-
"term": "residueLeftOnField"
|
|
2367
|
+
"term": "residueLeftOnField",
|
|
2368
|
+
"dependencies": [
|
|
2369
|
+
"completeness"
|
|
2370
|
+
]
|
|
1681
2371
|
},
|
|
1682
2372
|
{
|
|
1683
2373
|
"path": "hestia_earth/models/koble2014/residueRemoved.py",
|
|
1684
2374
|
"docPath": "hestia_earth/models/koble2014/residueRemoved.md",
|
|
1685
2375
|
"model": "koble2014",
|
|
1686
|
-
"term": "residueRemoved"
|
|
2376
|
+
"term": "residueRemoved",
|
|
2377
|
+
"dependencies": [
|
|
2378
|
+
"completeness"
|
|
2379
|
+
]
|
|
1687
2380
|
},
|
|
1688
2381
|
{
|
|
1689
2382
|
"path": "hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py",
|
|
@@ -1695,7 +2388,10 @@
|
|
|
1695
2388
|
"path": "hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py",
|
|
1696
2389
|
"docPath": "hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.md",
|
|
1697
2390
|
"model": "lcImpactAllEffects100Years",
|
|
1698
|
-
"term": "damageToFreshwaterEcosystemsFreshwaterEcotoxicity"
|
|
2391
|
+
"term": "damageToFreshwaterEcosystemsFreshwaterEcotoxicity",
|
|
2392
|
+
"dependencies": [
|
|
2393
|
+
"completeness"
|
|
2394
|
+
]
|
|
1699
2395
|
},
|
|
1700
2396
|
{
|
|
1701
2397
|
"path": "hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py",
|
|
@@ -1731,13 +2427,19 @@
|
|
|
1731
2427
|
"path": "hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py",
|
|
1732
2428
|
"docPath": "hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.md",
|
|
1733
2429
|
"model": "lcImpactAllEffects100Years",
|
|
1734
|
-
"term": "damageToHumanHealthHumanToxicityCancerogenic"
|
|
2430
|
+
"term": "damageToHumanHealthHumanToxicityCancerogenic",
|
|
2431
|
+
"dependencies": [
|
|
2432
|
+
"completeness"
|
|
2433
|
+
]
|
|
1735
2434
|
},
|
|
1736
2435
|
{
|
|
1737
2436
|
"path": "hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py",
|
|
1738
2437
|
"docPath": "hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.md",
|
|
1739
2438
|
"model": "lcImpactAllEffects100Years",
|
|
1740
|
-
"term": "damageToHumanHealthHumanToxicityNonCancerogenic"
|
|
2439
|
+
"term": "damageToHumanHealthHumanToxicityNonCancerogenic",
|
|
2440
|
+
"dependencies": [
|
|
2441
|
+
"completeness"
|
|
2442
|
+
]
|
|
1741
2443
|
},
|
|
1742
2444
|
{
|
|
1743
2445
|
"path": "hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthParticulateMatterFormation.py",
|
|
@@ -1761,13 +2463,19 @@
|
|
|
1761
2463
|
"path": "hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthWaterStress.py",
|
|
1762
2464
|
"docPath": "hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthWaterStress.md",
|
|
1763
2465
|
"model": "lcImpactAllEffects100Years",
|
|
1764
|
-
"term": "damageToHumanHealthWaterStress"
|
|
2466
|
+
"term": "damageToHumanHealthWaterStress",
|
|
2467
|
+
"dependencies": [
|
|
2468
|
+
"awareWaterBasinId"
|
|
2469
|
+
]
|
|
1765
2470
|
},
|
|
1766
2471
|
{
|
|
1767
2472
|
"path": "hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py",
|
|
1768
2473
|
"docPath": "hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.md",
|
|
1769
2474
|
"model": "lcImpactAllEffects100Years",
|
|
1770
|
-
"term": "damageToMarineEcosystemsMarineEcotoxicity"
|
|
2475
|
+
"term": "damageToMarineEcosystemsMarineEcotoxicity",
|
|
2476
|
+
"dependencies": [
|
|
2477
|
+
"completeness"
|
|
2478
|
+
]
|
|
1771
2479
|
},
|
|
1772
2480
|
{
|
|
1773
2481
|
"path": "hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEutrophication.py",
|
|
@@ -1809,7 +2517,10 @@
|
|
|
1809
2517
|
"path": "hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py",
|
|
1810
2518
|
"docPath": "hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.md",
|
|
1811
2519
|
"model": "lcImpactAllEffects100Years",
|
|
1812
|
-
"term": "damageToTerrestrialEcosystemsTerrestrialEcotoxicity"
|
|
2520
|
+
"term": "damageToTerrestrialEcosystemsTerrestrialEcotoxicity",
|
|
2521
|
+
"dependencies": [
|
|
2522
|
+
"completeness"
|
|
2523
|
+
]
|
|
1813
2524
|
},
|
|
1814
2525
|
{
|
|
1815
2526
|
"path": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py",
|
|
@@ -1821,7 +2532,10 @@
|
|
|
1821
2532
|
"path": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py",
|
|
1822
2533
|
"docPath": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.md",
|
|
1823
2534
|
"model": "lcImpactAllEffectsInfinite",
|
|
1824
|
-
"term": "damageToFreshwaterEcosystemsFreshwaterEcotoxicity"
|
|
2535
|
+
"term": "damageToFreshwaterEcosystemsFreshwaterEcotoxicity",
|
|
2536
|
+
"dependencies": [
|
|
2537
|
+
"completeness"
|
|
2538
|
+
]
|
|
1825
2539
|
},
|
|
1826
2540
|
{
|
|
1827
2541
|
"path": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py",
|
|
@@ -1857,13 +2571,19 @@
|
|
|
1857
2571
|
"path": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py",
|
|
1858
2572
|
"docPath": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.md",
|
|
1859
2573
|
"model": "lcImpactAllEffectsInfinite",
|
|
1860
|
-
"term": "damageToHumanHealthHumanToxicityCancerogenic"
|
|
2574
|
+
"term": "damageToHumanHealthHumanToxicityCancerogenic",
|
|
2575
|
+
"dependencies": [
|
|
2576
|
+
"completeness"
|
|
2577
|
+
]
|
|
1861
2578
|
},
|
|
1862
2579
|
{
|
|
1863
2580
|
"path": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py",
|
|
1864
2581
|
"docPath": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.md",
|
|
1865
2582
|
"model": "lcImpactAllEffectsInfinite",
|
|
1866
|
-
"term": "damageToHumanHealthHumanToxicityNonCancerogenic"
|
|
2583
|
+
"term": "damageToHumanHealthHumanToxicityNonCancerogenic",
|
|
2584
|
+
"dependencies": [
|
|
2585
|
+
"completeness"
|
|
2586
|
+
]
|
|
1867
2587
|
},
|
|
1868
2588
|
{
|
|
1869
2589
|
"path": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py",
|
|
@@ -1887,13 +2607,19 @@
|
|
|
1887
2607
|
"path": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthWaterStress.py",
|
|
1888
2608
|
"docPath": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthWaterStress.md",
|
|
1889
2609
|
"model": "lcImpactAllEffectsInfinite",
|
|
1890
|
-
"term": "damageToHumanHealthWaterStress"
|
|
2610
|
+
"term": "damageToHumanHealthWaterStress",
|
|
2611
|
+
"dependencies": [
|
|
2612
|
+
"awareWaterBasinId"
|
|
2613
|
+
]
|
|
1891
2614
|
},
|
|
1892
2615
|
{
|
|
1893
2616
|
"path": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py",
|
|
1894
2617
|
"docPath": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.md",
|
|
1895
2618
|
"model": "lcImpactAllEffectsInfinite",
|
|
1896
|
-
"term": "damageToMarineEcosystemsMarineEcotoxicity"
|
|
2619
|
+
"term": "damageToMarineEcosystemsMarineEcotoxicity",
|
|
2620
|
+
"dependencies": [
|
|
2621
|
+
"completeness"
|
|
2622
|
+
]
|
|
1897
2623
|
},
|
|
1898
2624
|
{
|
|
1899
2625
|
"path": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py",
|
|
@@ -1935,13 +2661,19 @@
|
|
|
1935
2661
|
"path": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py",
|
|
1936
2662
|
"docPath": "hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.md",
|
|
1937
2663
|
"model": "lcImpactAllEffectsInfinite",
|
|
1938
|
-
"term": "damageToTerrestrialEcosystemsTerrestrialEcotoxicity"
|
|
2664
|
+
"term": "damageToTerrestrialEcosystemsTerrestrialEcotoxicity",
|
|
2665
|
+
"dependencies": [
|
|
2666
|
+
"completeness"
|
|
2667
|
+
]
|
|
1939
2668
|
},
|
|
1940
2669
|
{
|
|
1941
2670
|
"path": "hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py",
|
|
1942
2671
|
"docPath": "hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.md",
|
|
1943
2672
|
"model": "lcImpactCertainEffects100Years",
|
|
1944
|
-
"term": "damageToFreshwaterEcosystemsFreshwaterEcotoxicity"
|
|
2673
|
+
"term": "damageToFreshwaterEcosystemsFreshwaterEcotoxicity",
|
|
2674
|
+
"dependencies": [
|
|
2675
|
+
"completeness"
|
|
2676
|
+
]
|
|
1945
2677
|
},
|
|
1946
2678
|
{
|
|
1947
2679
|
"path": "hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py",
|
|
@@ -1977,13 +2709,19 @@
|
|
|
1977
2709
|
"path": "hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py",
|
|
1978
2710
|
"docPath": "hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.md",
|
|
1979
2711
|
"model": "lcImpactCertainEffects100Years",
|
|
1980
|
-
"term": "damageToHumanHealthHumanToxicityCancerogenic"
|
|
2712
|
+
"term": "damageToHumanHealthHumanToxicityCancerogenic",
|
|
2713
|
+
"dependencies": [
|
|
2714
|
+
"completeness"
|
|
2715
|
+
]
|
|
1981
2716
|
},
|
|
1982
2717
|
{
|
|
1983
2718
|
"path": "hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py",
|
|
1984
2719
|
"docPath": "hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.md",
|
|
1985
2720
|
"model": "lcImpactCertainEffects100Years",
|
|
1986
|
-
"term": "damageToHumanHealthHumanToxicityNonCancerogenic"
|
|
2721
|
+
"term": "damageToHumanHealthHumanToxicityNonCancerogenic",
|
|
2722
|
+
"dependencies": [
|
|
2723
|
+
"completeness"
|
|
2724
|
+
]
|
|
1987
2725
|
},
|
|
1988
2726
|
{
|
|
1989
2727
|
"path": "hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthParticulateMatterFormation.py",
|
|
@@ -2007,13 +2745,19 @@
|
|
|
2007
2745
|
"path": "hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthWaterStress.py",
|
|
2008
2746
|
"docPath": "hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthWaterStress.md",
|
|
2009
2747
|
"model": "lcImpactCertainEffects100Years",
|
|
2010
|
-
"term": "damageToHumanHealthWaterStress"
|
|
2748
|
+
"term": "damageToHumanHealthWaterStress",
|
|
2749
|
+
"dependencies": [
|
|
2750
|
+
"awareWaterBasinId"
|
|
2751
|
+
]
|
|
2011
2752
|
},
|
|
2012
2753
|
{
|
|
2013
2754
|
"path": "hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py",
|
|
2014
2755
|
"docPath": "hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.md",
|
|
2015
2756
|
"model": "lcImpactCertainEffects100Years",
|
|
2016
|
-
"term": "damageToMarineEcosystemsMarineEcotoxicity"
|
|
2757
|
+
"term": "damageToMarineEcosystemsMarineEcotoxicity",
|
|
2758
|
+
"dependencies": [
|
|
2759
|
+
"completeness"
|
|
2760
|
+
]
|
|
2017
2761
|
},
|
|
2018
2762
|
{
|
|
2019
2763
|
"path": "hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEutrophication.py",
|
|
@@ -2055,13 +2799,19 @@
|
|
|
2055
2799
|
"path": "hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py",
|
|
2056
2800
|
"docPath": "hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.md",
|
|
2057
2801
|
"model": "lcImpactCertainEffects100Years",
|
|
2058
|
-
"term": "damageToTerrestrialEcosystemsTerrestrialEcotoxicity"
|
|
2802
|
+
"term": "damageToTerrestrialEcosystemsTerrestrialEcotoxicity",
|
|
2803
|
+
"dependencies": [
|
|
2804
|
+
"completeness"
|
|
2805
|
+
]
|
|
2059
2806
|
},
|
|
2060
2807
|
{
|
|
2061
2808
|
"path": "hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py",
|
|
2062
2809
|
"docPath": "hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.md",
|
|
2063
2810
|
"model": "lcImpactCertainEffectsInfinite",
|
|
2064
|
-
"term": "damageToFreshwaterEcosystemsFreshwaterEcotoxicity"
|
|
2811
|
+
"term": "damageToFreshwaterEcosystemsFreshwaterEcotoxicity",
|
|
2812
|
+
"dependencies": [
|
|
2813
|
+
"completeness"
|
|
2814
|
+
]
|
|
2065
2815
|
},
|
|
2066
2816
|
{
|
|
2067
2817
|
"path": "hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py",
|
|
@@ -2097,13 +2847,19 @@
|
|
|
2097
2847
|
"path": "hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py",
|
|
2098
2848
|
"docPath": "hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.md",
|
|
2099
2849
|
"model": "lcImpactCertainEffectsInfinite",
|
|
2100
|
-
"term": "damageToHumanHealthHumanToxicityCancerogenic"
|
|
2850
|
+
"term": "damageToHumanHealthHumanToxicityCancerogenic",
|
|
2851
|
+
"dependencies": [
|
|
2852
|
+
"completeness"
|
|
2853
|
+
]
|
|
2101
2854
|
},
|
|
2102
2855
|
{
|
|
2103
2856
|
"path": "hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py",
|
|
2104
2857
|
"docPath": "hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.md",
|
|
2105
2858
|
"model": "lcImpactCertainEffectsInfinite",
|
|
2106
|
-
"term": "damageToHumanHealthHumanToxicityNonCancerogenic"
|
|
2859
|
+
"term": "damageToHumanHealthHumanToxicityNonCancerogenic",
|
|
2860
|
+
"dependencies": [
|
|
2861
|
+
"completeness"
|
|
2862
|
+
]
|
|
2107
2863
|
},
|
|
2108
2864
|
{
|
|
2109
2865
|
"path": "hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py",
|
|
@@ -2127,13 +2883,19 @@
|
|
|
2127
2883
|
"path": "hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthWaterStress.py",
|
|
2128
2884
|
"docPath": "hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthWaterStress.md",
|
|
2129
2885
|
"model": "lcImpactCertainEffectsInfinite",
|
|
2130
|
-
"term": "damageToHumanHealthWaterStress"
|
|
2886
|
+
"term": "damageToHumanHealthWaterStress",
|
|
2887
|
+
"dependencies": [
|
|
2888
|
+
"awareWaterBasinId"
|
|
2889
|
+
]
|
|
2131
2890
|
},
|
|
2132
2891
|
{
|
|
2133
2892
|
"path": "hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py",
|
|
2134
2893
|
"docPath": "hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.md",
|
|
2135
2894
|
"model": "lcImpactCertainEffectsInfinite",
|
|
2136
|
-
"term": "damageToMarineEcosystemsMarineEcotoxicity"
|
|
2895
|
+
"term": "damageToMarineEcosystemsMarineEcotoxicity",
|
|
2896
|
+
"dependencies": [
|
|
2897
|
+
"completeness"
|
|
2898
|
+
]
|
|
2137
2899
|
},
|
|
2138
2900
|
{
|
|
2139
2901
|
"path": "hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py",
|
|
@@ -2175,7 +2937,10 @@
|
|
|
2175
2937
|
"path": "hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py",
|
|
2176
2938
|
"docPath": "hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.md",
|
|
2177
2939
|
"model": "lcImpactCertainEffectsInfinite",
|
|
2178
|
-
"term": "damageToTerrestrialEcosystemsTerrestrialEcotoxicity"
|
|
2940
|
+
"term": "damageToTerrestrialEcosystemsTerrestrialEcotoxicity",
|
|
2941
|
+
"dependencies": [
|
|
2942
|
+
"completeness"
|
|
2943
|
+
]
|
|
2179
2944
|
},
|
|
2180
2945
|
{
|
|
2181
2946
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
@@ -2187,68 +2952,105 @@
|
|
|
2187
2952
|
"path": "hestia_earth/models/linkedImpactAssessment/freshwaterWithdrawalsInputsProduction.py",
|
|
2188
2953
|
"docPath": "hestia_earth/models/linkedImpactAssessment/freshwaterWithdrawalsInputsProduction.md",
|
|
2189
2954
|
"model": "linkedImpactAssessment",
|
|
2190
|
-
"term": "freshwaterWithdrawalsInputsProduction"
|
|
2955
|
+
"term": "freshwaterWithdrawalsInputsProduction",
|
|
2956
|
+
"dependencies": [
|
|
2957
|
+
"product"
|
|
2958
|
+
]
|
|
2191
2959
|
},
|
|
2192
2960
|
{
|
|
2193
2961
|
"path": "hestia_earth/models/linkedImpactAssessment/landOccupationInputsProduction.py",
|
|
2194
2962
|
"docPath": "hestia_earth/models/linkedImpactAssessment/landOccupationInputsProduction.md",
|
|
2195
2963
|
"model": "linkedImpactAssessment",
|
|
2196
|
-
"term": "landOccupationInputsProduction"
|
|
2964
|
+
"term": "landOccupationInputsProduction",
|
|
2965
|
+
"dependencies": [
|
|
2966
|
+
"product"
|
|
2967
|
+
]
|
|
2197
2968
|
},
|
|
2198
2969
|
{
|
|
2199
2970
|
"path": "hestia_earth/models/linkedImpactAssessment/landTransformation100YearAverageInputsProduction.py",
|
|
2200
2971
|
"docPath": "hestia_earth/models/linkedImpactAssessment/landTransformation100YearAverageInputsProduction.md",
|
|
2201
2972
|
"model": "linkedImpactAssessment",
|
|
2202
|
-
"term": "landTransformation100YearAverageInputsProduction"
|
|
2973
|
+
"term": "landTransformation100YearAverageInputsProduction",
|
|
2974
|
+
"dependencies": [
|
|
2975
|
+
"product"
|
|
2976
|
+
]
|
|
2203
2977
|
},
|
|
2204
2978
|
{
|
|
2205
2979
|
"path": "hestia_earth/models/linkedImpactAssessment/landTransformation20YearAverageInputsProduction.py",
|
|
2206
2980
|
"docPath": "hestia_earth/models/linkedImpactAssessment/landTransformation20YearAverageInputsProduction.md",
|
|
2207
2981
|
"model": "linkedImpactAssessment",
|
|
2208
|
-
"term": "landTransformation20YearAverageInputsProduction"
|
|
2982
|
+
"term": "landTransformation20YearAverageInputsProduction",
|
|
2983
|
+
"dependencies": [
|
|
2984
|
+
"product"
|
|
2985
|
+
]
|
|
2209
2986
|
},
|
|
2210
2987
|
{
|
|
2211
2988
|
"path": "hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py",
|
|
2212
2989
|
"docPath": "hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.md",
|
|
2213
2990
|
"model": "pooreNemecek2018",
|
|
2214
|
-
"term": "aboveGroundCropResidueTotal"
|
|
2991
|
+
"term": "aboveGroundCropResidueTotal",
|
|
2992
|
+
"dependencies": [
|
|
2993
|
+
"completeness"
|
|
2994
|
+
]
|
|
2215
2995
|
},
|
|
2216
2996
|
{
|
|
2217
2997
|
"path": "hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py",
|
|
2218
2998
|
"docPath": "hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.md",
|
|
2219
2999
|
"model": "pooreNemecek2018",
|
|
2220
|
-
"term": "belowGroundCropResidue"
|
|
3000
|
+
"term": "belowGroundCropResidue",
|
|
3001
|
+
"dependencies": [
|
|
3002
|
+
"completeness"
|
|
3003
|
+
]
|
|
2221
3004
|
},
|
|
2222
3005
|
{
|
|
2223
3006
|
"path": "hestia_earth/models/pooreNemecek2018/ch4ToAirAquacultureSystems.py",
|
|
2224
3007
|
"docPath": "hestia_earth/models/pooreNemecek2018/ch4ToAirAquacultureSystems.md",
|
|
2225
3008
|
"model": "pooreNemecek2018",
|
|
2226
3009
|
"term": "ch4ToAirAquacultureSystems",
|
|
2227
|
-
"methodTier": "tier 1"
|
|
3010
|
+
"methodTier": "tier 1",
|
|
3011
|
+
"dependencies": [
|
|
3012
|
+
"endDate",
|
|
3013
|
+
"excretionIntoWaterBody",
|
|
3014
|
+
"slaughterAge",
|
|
3015
|
+
"yieldOfPrimaryAquacultureProductLiveweightPerM2"
|
|
3016
|
+
]
|
|
2228
3017
|
},
|
|
2229
3018
|
{
|
|
2230
3019
|
"path": "hestia_earth/models/pooreNemecek2018/excretaKgN.py",
|
|
2231
3020
|
"docPath": "hestia_earth/models/pooreNemecek2018/excretaKgN.md",
|
|
2232
3021
|
"model": "pooreNemecek2018",
|
|
2233
|
-
"modelKey": "excretaKgN"
|
|
3022
|
+
"modelKey": "excretaKgN",
|
|
3023
|
+
"dependencies": [
|
|
3024
|
+
"completeness"
|
|
3025
|
+
]
|
|
2234
3026
|
},
|
|
2235
3027
|
{
|
|
2236
3028
|
"path": "hestia_earth/models/pooreNemecek2018/excretaKgVs.py",
|
|
2237
3029
|
"docPath": "hestia_earth/models/pooreNemecek2018/excretaKgVs.md",
|
|
2238
3030
|
"model": "pooreNemecek2018",
|
|
2239
|
-
"modelKey": "excretaKgVs"
|
|
3031
|
+
"modelKey": "excretaKgVs",
|
|
3032
|
+
"dependencies": [
|
|
3033
|
+
"completeness"
|
|
3034
|
+
]
|
|
2240
3035
|
},
|
|
2241
3036
|
{
|
|
2242
3037
|
"path": "hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.py",
|
|
2243
3038
|
"docPath": "hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.md",
|
|
2244
3039
|
"model": "pooreNemecek2018",
|
|
2245
|
-
"term": "freshwaterWithdrawalsDuringCycle"
|
|
3040
|
+
"term": "freshwaterWithdrawalsDuringCycle",
|
|
3041
|
+
"dependencies": [
|
|
3042
|
+
"product",
|
|
3043
|
+
"completeness"
|
|
3044
|
+
]
|
|
2246
3045
|
},
|
|
2247
3046
|
{
|
|
2248
3047
|
"path": "hestia_earth/models/pooreNemecek2018/landOccupationDuringCycle.py",
|
|
2249
3048
|
"docPath": "hestia_earth/models/pooreNemecek2018/landOccupationDuringCycle.md",
|
|
2250
3049
|
"model": "pooreNemecek2018",
|
|
2251
|
-
"term": "landOccupationDuringCycle"
|
|
3050
|
+
"term": "landOccupationDuringCycle",
|
|
3051
|
+
"dependencies": [
|
|
3052
|
+
"product"
|
|
3053
|
+
]
|
|
2252
3054
|
},
|
|
2253
3055
|
{
|
|
2254
3056
|
"path": "hestia_earth/models/pooreNemecek2018/longFallowDuration.py",
|
|
@@ -2261,56 +3063,103 @@
|
|
|
2261
3063
|
"docPath": "hestia_earth/models/pooreNemecek2018/n2OToAirAquacultureSystemsDirect.md",
|
|
2262
3064
|
"model": "pooreNemecek2018",
|
|
2263
3065
|
"term": "n2OToAirAquacultureSystemsDirect",
|
|
2264
|
-
"methodTier": "tier 1"
|
|
3066
|
+
"methodTier": "tier 1",
|
|
3067
|
+
"dependencies": [
|
|
3068
|
+
"nitrogenContent",
|
|
3069
|
+
"totalAmmoniacalNitrogenContentAsN"
|
|
3070
|
+
]
|
|
2265
3071
|
},
|
|
2266
3072
|
{
|
|
2267
3073
|
"path": "hestia_earth/models/pooreNemecek2018/n2ToAirAquacultureSystems.py",
|
|
2268
3074
|
"docPath": "hestia_earth/models/pooreNemecek2018/n2ToAirAquacultureSystems.md",
|
|
2269
3075
|
"model": "pooreNemecek2018",
|
|
2270
3076
|
"term": "n2ToAirAquacultureSystems",
|
|
2271
|
-
"methodTier": "tier 1"
|
|
3077
|
+
"methodTier": "tier 1",
|
|
3078
|
+
"dependencies": [
|
|
3079
|
+
"nitrogenContent",
|
|
3080
|
+
"totalAmmoniacalNitrogenContentAsN"
|
|
3081
|
+
]
|
|
2272
3082
|
},
|
|
2273
3083
|
{
|
|
2274
3084
|
"path": "hestia_earth/models/pooreNemecek2018/nh3ToAirAquacultureSystems.py",
|
|
2275
3085
|
"docPath": "hestia_earth/models/pooreNemecek2018/nh3ToAirAquacultureSystems.md",
|
|
2276
3086
|
"model": "pooreNemecek2018",
|
|
2277
3087
|
"term": "nh3ToAirAquacultureSystems",
|
|
2278
|
-
"methodTier": "tier 1"
|
|
3088
|
+
"methodTier": "tier 1",
|
|
3089
|
+
"dependencies": [
|
|
3090
|
+
"nitrogenContent",
|
|
3091
|
+
"totalAmmoniacalNitrogenContentAsN",
|
|
3092
|
+
"yieldOfPrimaryAquacultureProductLiveweightPerM2"
|
|
3093
|
+
]
|
|
2279
3094
|
},
|
|
2280
3095
|
{
|
|
2281
3096
|
"path": "hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py",
|
|
2282
3097
|
"docPath": "hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.md",
|
|
2283
3098
|
"model": "pooreNemecek2018",
|
|
2284
3099
|
"term": "no3ToGroundwaterCropResidueDecomposition",
|
|
2285
|
-
"methodTier": "tier 2"
|
|
3100
|
+
"methodTier": "tier 2",
|
|
3101
|
+
"dependencies": [
|
|
3102
|
+
"completeness",
|
|
3103
|
+
"nitrogenContent",
|
|
3104
|
+
"clayContent",
|
|
3105
|
+
"sandContent",
|
|
3106
|
+
"precipitationAnnual",
|
|
3107
|
+
"precipitationLongTermAnnualMean"
|
|
3108
|
+
]
|
|
2286
3109
|
},
|
|
2287
3110
|
{
|
|
2288
3111
|
"path": "hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py",
|
|
2289
3112
|
"docPath": "hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.md",
|
|
2290
3113
|
"model": "pooreNemecek2018",
|
|
2291
3114
|
"term": "no3ToGroundwaterExcreta",
|
|
2292
|
-
"methodTier": "tier 2"
|
|
3115
|
+
"methodTier": "tier 2",
|
|
3116
|
+
"dependencies": [
|
|
3117
|
+
"completeness",
|
|
3118
|
+
"nitrogenContent",
|
|
3119
|
+
"clayContent",
|
|
3120
|
+
"sandContent",
|
|
3121
|
+
"precipitationAnnual",
|
|
3122
|
+
"precipitationLongTermAnnualMean"
|
|
3123
|
+
]
|
|
2293
3124
|
},
|
|
2294
3125
|
{
|
|
2295
3126
|
"path": "hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py",
|
|
2296
3127
|
"docPath": "hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.md",
|
|
2297
3128
|
"model": "pooreNemecek2018",
|
|
2298
3129
|
"term": "no3ToGroundwaterInorganicFertiliser",
|
|
2299
|
-
"methodTier": "tier 2"
|
|
3130
|
+
"methodTier": "tier 2",
|
|
3131
|
+
"dependencies": [
|
|
3132
|
+
"completeness",
|
|
3133
|
+
"clayContent",
|
|
3134
|
+
"sandContent",
|
|
3135
|
+
"precipitationAnnual",
|
|
3136
|
+
"precipitationLongTermAnnualMean"
|
|
3137
|
+
]
|
|
2300
3138
|
},
|
|
2301
3139
|
{
|
|
2302
3140
|
"path": "hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.py",
|
|
2303
3141
|
"docPath": "hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.md",
|
|
2304
3142
|
"model": "pooreNemecek2018",
|
|
2305
3143
|
"term": "no3ToGroundwaterOrganicFertiliser",
|
|
2306
|
-
"methodTier": "tier 2"
|
|
3144
|
+
"methodTier": "tier 2",
|
|
3145
|
+
"dependencies": [
|
|
3146
|
+
"completeness",
|
|
3147
|
+
"clayContent",
|
|
3148
|
+
"sandContent",
|
|
3149
|
+
"precipitationAnnual",
|
|
3150
|
+
"precipitationLongTermAnnualMean"
|
|
3151
|
+
]
|
|
2307
3152
|
},
|
|
2308
3153
|
{
|
|
2309
3154
|
"path": "hestia_earth/models/pooreNemecek2018/noxToAirAquacultureSystems.py",
|
|
2310
3155
|
"docPath": "hestia_earth/models/pooreNemecek2018/noxToAirAquacultureSystems.md",
|
|
2311
3156
|
"model": "pooreNemecek2018",
|
|
2312
3157
|
"term": "noxToAirAquacultureSystems",
|
|
2313
|
-
"methodTier": "tier 1"
|
|
3158
|
+
"methodTier": "tier 1",
|
|
3159
|
+
"dependencies": [
|
|
3160
|
+
"nitrogenContent",
|
|
3161
|
+
"totalAmmoniacalNitrogenContentAsN"
|
|
3162
|
+
]
|
|
2314
3163
|
},
|
|
2315
3164
|
{
|
|
2316
3165
|
"path": "hestia_earth/models/pooreNemecek2018/nurseryDensity.py",
|
|
@@ -2352,19 +3201,30 @@
|
|
|
2352
3201
|
"path": "hestia_earth/models/pooreNemecek2018/saplingsDepreciatedAmountPerCycle.py",
|
|
2353
3202
|
"docPath": "hestia_earth/models/pooreNemecek2018/saplingsDepreciatedAmountPerCycle.md",
|
|
2354
3203
|
"model": "pooreNemecek2018",
|
|
2355
|
-
"term": "saplingsDepreciatedAmountPerCycle"
|
|
3204
|
+
"term": "saplingsDepreciatedAmountPerCycle",
|
|
3205
|
+
"dependencies": [
|
|
3206
|
+
"completeness",
|
|
3207
|
+
"cycleDuration",
|
|
3208
|
+
"plantationLifespan"
|
|
3209
|
+
]
|
|
2356
3210
|
},
|
|
2357
3211
|
{
|
|
2358
3212
|
"path": "hestia_earth/models/poschEtAl2008/terrestrialAcidificationPotentialAccumulatedExceedance.py",
|
|
2359
3213
|
"docPath": "hestia_earth/models/poschEtAl2008/terrestrialAcidificationPotentialAccumulatedExceedance.md",
|
|
2360
3214
|
"model": "poschEtAl2008",
|
|
2361
|
-
"term": "terrestrialAcidificationPotentialAccumulatedExceedance"
|
|
3215
|
+
"term": "terrestrialAcidificationPotentialAccumulatedExceedance",
|
|
3216
|
+
"dependencies": [
|
|
3217
|
+
"region"
|
|
3218
|
+
]
|
|
2362
3219
|
},
|
|
2363
3220
|
{
|
|
2364
3221
|
"path": "hestia_earth/models/poschEtAl2008/terrestrialEutrophicationPotentialAccumulatedExceedance.py",
|
|
2365
3222
|
"docPath": "hestia_earth/models/poschEtAl2008/terrestrialEutrophicationPotentialAccumulatedExceedance.md",
|
|
2366
3223
|
"model": "poschEtAl2008",
|
|
2367
|
-
"term": "terrestrialEutrophicationPotentialAccumulatedExceedance"
|
|
3224
|
+
"term": "terrestrialEutrophicationPotentialAccumulatedExceedance",
|
|
3225
|
+
"dependencies": [
|
|
3226
|
+
"region"
|
|
3227
|
+
]
|
|
2368
3228
|
},
|
|
2369
3229
|
{
|
|
2370
3230
|
"path": "hestia_earth/models/recipe2016Egalitarian/damageToFreshwaterEcosystemsSpeciesYear.py",
|
|
@@ -2388,7 +3248,10 @@
|
|
|
2388
3248
|
"path": "hestia_earth/models/recipe2016Egalitarian/damageToResourceAvailability.py",
|
|
2389
3249
|
"docPath": "hestia_earth/models/recipe2016Egalitarian/damageToResourceAvailability.md",
|
|
2390
3250
|
"model": "recipe2016Egalitarian",
|
|
2391
|
-
"term": "damageToResourceAvailability"
|
|
3251
|
+
"term": "damageToResourceAvailability",
|
|
3252
|
+
"dependencies": [
|
|
3253
|
+
"completeness"
|
|
3254
|
+
]
|
|
2392
3255
|
},
|
|
2393
3256
|
{
|
|
2394
3257
|
"path": "hestia_earth/models/recipe2016Egalitarian/damageToTerrestrialEcosystemsSpeciesYear.py",
|
|
@@ -2400,19 +3263,28 @@
|
|
|
2400
3263
|
"path": "hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py",
|
|
2401
3264
|
"docPath": "hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.md",
|
|
2402
3265
|
"model": "recipe2016Egalitarian",
|
|
2403
|
-
"term": "ecosystemDamageOzoneFormation"
|
|
3266
|
+
"term": "ecosystemDamageOzoneFormation",
|
|
3267
|
+
"dependencies": [
|
|
3268
|
+
"completeness"
|
|
3269
|
+
]
|
|
2404
3270
|
},
|
|
2405
3271
|
{
|
|
2406
3272
|
"path": "hestia_earth/models/recipe2016Egalitarian/fossilResourceScarcity.py",
|
|
2407
3273
|
"docPath": "hestia_earth/models/recipe2016Egalitarian/fossilResourceScarcity.md",
|
|
2408
3274
|
"model": "recipe2016Egalitarian",
|
|
2409
|
-
"term": "fossilResourceScarcity"
|
|
3275
|
+
"term": "fossilResourceScarcity",
|
|
3276
|
+
"dependencies": [
|
|
3277
|
+
"completeness"
|
|
3278
|
+
]
|
|
2410
3279
|
},
|
|
2411
3280
|
{
|
|
2412
3281
|
"path": "hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py",
|
|
2413
3282
|
"docPath": "hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.md",
|
|
2414
3283
|
"model": "recipe2016Egalitarian",
|
|
2415
|
-
"term": "freshwaterAquaticEcotoxicityPotential14Dcbeq"
|
|
3284
|
+
"term": "freshwaterAquaticEcotoxicityPotential14Dcbeq",
|
|
3285
|
+
"dependencies": [
|
|
3286
|
+
"completeness"
|
|
3287
|
+
]
|
|
2416
3288
|
},
|
|
2417
3289
|
{
|
|
2418
3290
|
"path": "hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py",
|
|
@@ -2424,25 +3296,37 @@
|
|
|
2424
3296
|
"path": "hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py",
|
|
2425
3297
|
"docPath": "hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.md",
|
|
2426
3298
|
"model": "recipe2016Egalitarian",
|
|
2427
|
-
"term": "humanCarcinogenicToxicity"
|
|
3299
|
+
"term": "humanCarcinogenicToxicity",
|
|
3300
|
+
"dependencies": [
|
|
3301
|
+
"completeness"
|
|
3302
|
+
]
|
|
2428
3303
|
},
|
|
2429
3304
|
{
|
|
2430
3305
|
"path": "hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py",
|
|
2431
3306
|
"docPath": "hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.md",
|
|
2432
3307
|
"model": "recipe2016Egalitarian",
|
|
2433
|
-
"term": "humanDamageOzoneFormation"
|
|
3308
|
+
"term": "humanDamageOzoneFormation",
|
|
3309
|
+
"dependencies": [
|
|
3310
|
+
"completeness"
|
|
3311
|
+
]
|
|
2434
3312
|
},
|
|
2435
3313
|
{
|
|
2436
3314
|
"path": "hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py",
|
|
2437
3315
|
"docPath": "hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.md",
|
|
2438
3316
|
"model": "recipe2016Egalitarian",
|
|
2439
|
-
"term": "humanNonCarcinogenicToxicity"
|
|
3317
|
+
"term": "humanNonCarcinogenicToxicity",
|
|
3318
|
+
"dependencies": [
|
|
3319
|
+
"completeness"
|
|
3320
|
+
]
|
|
2440
3321
|
},
|
|
2441
3322
|
{
|
|
2442
3323
|
"path": "hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py",
|
|
2443
3324
|
"docPath": "hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.md",
|
|
2444
3325
|
"model": "recipe2016Egalitarian",
|
|
2445
|
-
"term": "marineAquaticEcotoxicityPotential14Dcbeq"
|
|
3326
|
+
"term": "marineAquaticEcotoxicityPotential14Dcbeq",
|
|
3327
|
+
"dependencies": [
|
|
3328
|
+
"completeness"
|
|
3329
|
+
]
|
|
2446
3330
|
},
|
|
2447
3331
|
{
|
|
2448
3332
|
"path": "hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py",
|
|
@@ -2466,7 +3350,10 @@
|
|
|
2466
3350
|
"path": "hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py",
|
|
2467
3351
|
"docPath": "hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.md",
|
|
2468
3352
|
"model": "recipe2016Egalitarian",
|
|
2469
|
-
"term": "terrestrialEcotoxicityPotential14Dcbeq"
|
|
3353
|
+
"term": "terrestrialEcotoxicityPotential14Dcbeq",
|
|
3354
|
+
"dependencies": [
|
|
3355
|
+
"completeness"
|
|
3356
|
+
]
|
|
2470
3357
|
},
|
|
2471
3358
|
{
|
|
2472
3359
|
"path": "hestia_earth/models/recipe2016Hierarchist/damageToFreshwaterEcosystemsSpeciesYear.py",
|
|
@@ -2490,7 +3377,10 @@
|
|
|
2490
3377
|
"path": "hestia_earth/models/recipe2016Hierarchist/damageToResourceAvailability.py",
|
|
2491
3378
|
"docPath": "hestia_earth/models/recipe2016Hierarchist/damageToResourceAvailability.md",
|
|
2492
3379
|
"model": "recipe2016Hierarchist",
|
|
2493
|
-
"term": "damageToResourceAvailability"
|
|
3380
|
+
"term": "damageToResourceAvailability",
|
|
3381
|
+
"dependencies": [
|
|
3382
|
+
"completeness"
|
|
3383
|
+
]
|
|
2494
3384
|
},
|
|
2495
3385
|
{
|
|
2496
3386
|
"path": "hestia_earth/models/recipe2016Hierarchist/damageToTerrestrialEcosystemsSpeciesYear.py",
|
|
@@ -2502,19 +3392,28 @@
|
|
|
2502
3392
|
"path": "hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py",
|
|
2503
3393
|
"docPath": "hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.md",
|
|
2504
3394
|
"model": "recipe2016Hierarchist",
|
|
2505
|
-
"term": "ecosystemDamageOzoneFormation"
|
|
3395
|
+
"term": "ecosystemDamageOzoneFormation",
|
|
3396
|
+
"dependencies": [
|
|
3397
|
+
"completeness"
|
|
3398
|
+
]
|
|
2506
3399
|
},
|
|
2507
3400
|
{
|
|
2508
3401
|
"path": "hestia_earth/models/recipe2016Hierarchist/fossilResourceScarcity.py",
|
|
2509
3402
|
"docPath": "hestia_earth/models/recipe2016Hierarchist/fossilResourceScarcity.md",
|
|
2510
3403
|
"model": "recipe2016Hierarchist",
|
|
2511
|
-
"term": "fossilResourceScarcity"
|
|
3404
|
+
"term": "fossilResourceScarcity",
|
|
3405
|
+
"dependencies": [
|
|
3406
|
+
"completeness"
|
|
3407
|
+
]
|
|
2512
3408
|
},
|
|
2513
3409
|
{
|
|
2514
3410
|
"path": "hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py",
|
|
2515
3411
|
"docPath": "hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.md",
|
|
2516
3412
|
"model": "recipe2016Hierarchist",
|
|
2517
|
-
"term": "freshwaterAquaticEcotoxicityPotential14Dcbeq"
|
|
3413
|
+
"term": "freshwaterAquaticEcotoxicityPotential14Dcbeq",
|
|
3414
|
+
"dependencies": [
|
|
3415
|
+
"completeness"
|
|
3416
|
+
]
|
|
2518
3417
|
},
|
|
2519
3418
|
{
|
|
2520
3419
|
"path": "hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py",
|
|
@@ -2526,25 +3425,37 @@
|
|
|
2526
3425
|
"path": "hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py",
|
|
2527
3426
|
"docPath": "hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.md",
|
|
2528
3427
|
"model": "recipe2016Hierarchist",
|
|
2529
|
-
"term": "humanCarcinogenicToxicity"
|
|
3428
|
+
"term": "humanCarcinogenicToxicity",
|
|
3429
|
+
"dependencies": [
|
|
3430
|
+
"completeness"
|
|
3431
|
+
]
|
|
2530
3432
|
},
|
|
2531
3433
|
{
|
|
2532
3434
|
"path": "hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py",
|
|
2533
3435
|
"docPath": "hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.md",
|
|
2534
3436
|
"model": "recipe2016Hierarchist",
|
|
2535
|
-
"term": "humanDamageOzoneFormation"
|
|
3437
|
+
"term": "humanDamageOzoneFormation",
|
|
3438
|
+
"dependencies": [
|
|
3439
|
+
"completeness"
|
|
3440
|
+
]
|
|
2536
3441
|
},
|
|
2537
3442
|
{
|
|
2538
3443
|
"path": "hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py",
|
|
2539
3444
|
"docPath": "hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.md",
|
|
2540
3445
|
"model": "recipe2016Hierarchist",
|
|
2541
|
-
"term": "humanNonCarcinogenicToxicity"
|
|
3446
|
+
"term": "humanNonCarcinogenicToxicity",
|
|
3447
|
+
"dependencies": [
|
|
3448
|
+
"completeness"
|
|
3449
|
+
]
|
|
2542
3450
|
},
|
|
2543
3451
|
{
|
|
2544
3452
|
"path": "hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py",
|
|
2545
3453
|
"docPath": "hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.md",
|
|
2546
3454
|
"model": "recipe2016Hierarchist",
|
|
2547
|
-
"term": "marineAquaticEcotoxicityPotential14Dcbeq"
|
|
3455
|
+
"term": "marineAquaticEcotoxicityPotential14Dcbeq",
|
|
3456
|
+
"dependencies": [
|
|
3457
|
+
"completeness"
|
|
3458
|
+
]
|
|
2548
3459
|
},
|
|
2549
3460
|
{
|
|
2550
3461
|
"path": "hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py",
|
|
@@ -2568,7 +3479,10 @@
|
|
|
2568
3479
|
"path": "hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py",
|
|
2569
3480
|
"docPath": "hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.md",
|
|
2570
3481
|
"model": "recipe2016Hierarchist",
|
|
2571
|
-
"term": "terrestrialEcotoxicityPotential14Dcbeq"
|
|
3482
|
+
"term": "terrestrialEcotoxicityPotential14Dcbeq",
|
|
3483
|
+
"dependencies": [
|
|
3484
|
+
"completeness"
|
|
3485
|
+
]
|
|
2572
3486
|
},
|
|
2573
3487
|
{
|
|
2574
3488
|
"path": "hestia_earth/models/recipe2016Individualist/damageToFreshwaterEcosystemsSpeciesYear.py",
|
|
@@ -2592,7 +3506,10 @@
|
|
|
2592
3506
|
"path": "hestia_earth/models/recipe2016Individualist/damageToResourceAvailability.py",
|
|
2593
3507
|
"docPath": "hestia_earth/models/recipe2016Individualist/damageToResourceAvailability.md",
|
|
2594
3508
|
"model": "recipe2016Individualist",
|
|
2595
|
-
"term": "damageToResourceAvailability"
|
|
3509
|
+
"term": "damageToResourceAvailability",
|
|
3510
|
+
"dependencies": [
|
|
3511
|
+
"completeness"
|
|
3512
|
+
]
|
|
2596
3513
|
},
|
|
2597
3514
|
{
|
|
2598
3515
|
"path": "hestia_earth/models/recipe2016Individualist/damageToTerrestrialEcosystemsSpeciesYear.py",
|
|
@@ -2604,19 +3521,28 @@
|
|
|
2604
3521
|
"path": "hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py",
|
|
2605
3522
|
"docPath": "hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.md",
|
|
2606
3523
|
"model": "recipe2016Individualist",
|
|
2607
|
-
"term": "ecosystemDamageOzoneFormation"
|
|
3524
|
+
"term": "ecosystemDamageOzoneFormation",
|
|
3525
|
+
"dependencies": [
|
|
3526
|
+
"completeness"
|
|
3527
|
+
]
|
|
2608
3528
|
},
|
|
2609
3529
|
{
|
|
2610
3530
|
"path": "hestia_earth/models/recipe2016Individualist/fossilResourceScarcity.py",
|
|
2611
3531
|
"docPath": "hestia_earth/models/recipe2016Individualist/fossilResourceScarcity.md",
|
|
2612
3532
|
"model": "recipe2016Individualist",
|
|
2613
|
-
"term": "fossilResourceScarcity"
|
|
3533
|
+
"term": "fossilResourceScarcity",
|
|
3534
|
+
"dependencies": [
|
|
3535
|
+
"completeness"
|
|
3536
|
+
]
|
|
2614
3537
|
},
|
|
2615
3538
|
{
|
|
2616
3539
|
"path": "hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py",
|
|
2617
3540
|
"docPath": "hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.md",
|
|
2618
3541
|
"model": "recipe2016Individualist",
|
|
2619
|
-
"term": "freshwaterAquaticEcotoxicityPotential14Dcbeq"
|
|
3542
|
+
"term": "freshwaterAquaticEcotoxicityPotential14Dcbeq",
|
|
3543
|
+
"dependencies": [
|
|
3544
|
+
"completeness"
|
|
3545
|
+
]
|
|
2620
3546
|
},
|
|
2621
3547
|
{
|
|
2622
3548
|
"path": "hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py",
|
|
@@ -2628,25 +3554,37 @@
|
|
|
2628
3554
|
"path": "hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py",
|
|
2629
3555
|
"docPath": "hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.md",
|
|
2630
3556
|
"model": "recipe2016Individualist",
|
|
2631
|
-
"term": "humanCarcinogenicToxicity"
|
|
3557
|
+
"term": "humanCarcinogenicToxicity",
|
|
3558
|
+
"dependencies": [
|
|
3559
|
+
"completeness"
|
|
3560
|
+
]
|
|
2632
3561
|
},
|
|
2633
3562
|
{
|
|
2634
3563
|
"path": "hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py",
|
|
2635
3564
|
"docPath": "hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.md",
|
|
2636
3565
|
"model": "recipe2016Individualist",
|
|
2637
|
-
"term": "humanDamageOzoneFormation"
|
|
3566
|
+
"term": "humanDamageOzoneFormation",
|
|
3567
|
+
"dependencies": [
|
|
3568
|
+
"completeness"
|
|
3569
|
+
]
|
|
2638
3570
|
},
|
|
2639
3571
|
{
|
|
2640
3572
|
"path": "hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py",
|
|
2641
3573
|
"docPath": "hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.md",
|
|
2642
3574
|
"model": "recipe2016Individualist",
|
|
2643
|
-
"term": "humanNonCarcinogenicToxicity"
|
|
3575
|
+
"term": "humanNonCarcinogenicToxicity",
|
|
3576
|
+
"dependencies": [
|
|
3577
|
+
"completeness"
|
|
3578
|
+
]
|
|
2644
3579
|
},
|
|
2645
3580
|
{
|
|
2646
3581
|
"path": "hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py",
|
|
2647
3582
|
"docPath": "hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.md",
|
|
2648
3583
|
"model": "recipe2016Individualist",
|
|
2649
|
-
"term": "marineAquaticEcotoxicityPotential14Dcbeq"
|
|
3584
|
+
"term": "marineAquaticEcotoxicityPotential14Dcbeq",
|
|
3585
|
+
"dependencies": [
|
|
3586
|
+
"completeness"
|
|
3587
|
+
]
|
|
2650
3588
|
},
|
|
2651
3589
|
{
|
|
2652
3590
|
"path": "hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py",
|
|
@@ -2670,42 +3608,77 @@
|
|
|
2670
3608
|
"path": "hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py",
|
|
2671
3609
|
"docPath": "hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.md",
|
|
2672
3610
|
"model": "recipe2016Individualist",
|
|
2673
|
-
"term": "terrestrialEcotoxicityPotential14Dcbeq"
|
|
3611
|
+
"term": "terrestrialEcotoxicityPotential14Dcbeq",
|
|
3612
|
+
"dependencies": [
|
|
3613
|
+
"completeness"
|
|
3614
|
+
]
|
|
2674
3615
|
},
|
|
2675
3616
|
{
|
|
2676
3617
|
"path": "hestia_earth/models/schererPfister2015/nErosionSoilFlux.py",
|
|
2677
3618
|
"docPath": "hestia_earth/models/schererPfister2015/nErosionSoilFlux.md",
|
|
2678
3619
|
"model": "schererPfister2015",
|
|
2679
3620
|
"term": "nErosionSoilFlux",
|
|
2680
|
-
"methodTier": "tier 1"
|
|
3621
|
+
"methodTier": "tier 1",
|
|
3622
|
+
"dependencies": [
|
|
3623
|
+
"endDate",
|
|
3624
|
+
"precipitationAnnual",
|
|
3625
|
+
"nutrientLossToAquaticEnvironment",
|
|
3626
|
+
"heavyWinterPrecipitation",
|
|
3627
|
+
"totalNitrogenPerKgSoil",
|
|
3628
|
+
"erodibility",
|
|
3629
|
+
"slopeLength",
|
|
3630
|
+
"slope"
|
|
3631
|
+
]
|
|
2681
3632
|
},
|
|
2682
3633
|
{
|
|
2683
3634
|
"path": "hestia_earth/models/schererPfister2015/pErosionSoilFlux.py",
|
|
2684
3635
|
"docPath": "hestia_earth/models/schererPfister2015/pErosionSoilFlux.md",
|
|
2685
3636
|
"model": "schererPfister2015",
|
|
2686
3637
|
"term": "pErosionSoilFlux",
|
|
2687
|
-
"methodTier": "tier 1"
|
|
3638
|
+
"methodTier": "tier 1",
|
|
3639
|
+
"dependencies": [
|
|
3640
|
+
"endDate",
|
|
3641
|
+
"precipitationAnnual",
|
|
3642
|
+
"nutrientLossToAquaticEnvironment",
|
|
3643
|
+
"heavyWinterPrecipitation",
|
|
3644
|
+
"totalPhosphorusPerKgSoil",
|
|
3645
|
+
"erodibility",
|
|
3646
|
+
"slopeLength",
|
|
3647
|
+
"slope"
|
|
3648
|
+
]
|
|
2688
3649
|
},
|
|
2689
3650
|
{
|
|
2690
3651
|
"path": "hestia_earth/models/schererPfister2015/pToDrainageWaterSoilFlux.py",
|
|
2691
3652
|
"docPath": "hestia_earth/models/schererPfister2015/pToDrainageWaterSoilFlux.md",
|
|
2692
3653
|
"model": "schererPfister2015",
|
|
2693
3654
|
"term": "pToDrainageWaterSoilFlux",
|
|
2694
|
-
"methodTier": "tier 1"
|
|
3655
|
+
"methodTier": "tier 1",
|
|
3656
|
+
"dependencies": [
|
|
3657
|
+
"endDate",
|
|
3658
|
+
"drainageClass"
|
|
3659
|
+
]
|
|
2695
3660
|
},
|
|
2696
3661
|
{
|
|
2697
3662
|
"path": "hestia_earth/models/schererPfister2015/pToGroundwaterSoilFlux.py",
|
|
2698
3663
|
"docPath": "hestia_earth/models/schererPfister2015/pToGroundwaterSoilFlux.md",
|
|
2699
3664
|
"model": "schererPfister2015",
|
|
2700
3665
|
"term": "pToGroundwaterSoilFlux",
|
|
2701
|
-
"methodTier": "tier 1"
|
|
3666
|
+
"methodTier": "tier 1",
|
|
3667
|
+
"dependencies": [
|
|
3668
|
+
"endDate",
|
|
3669
|
+
"drainageClass"
|
|
3670
|
+
]
|
|
2702
3671
|
},
|
|
2703
3672
|
{
|
|
2704
3673
|
"path": "hestia_earth/models/schererPfister2015/pToSurfaceWaterSoilFlux.py",
|
|
2705
3674
|
"docPath": "hestia_earth/models/schererPfister2015/pToSurfaceWaterSoilFlux.md",
|
|
2706
3675
|
"model": "schererPfister2015",
|
|
2707
3676
|
"term": "pToSurfaceWaterSoilFlux",
|
|
2708
|
-
"methodTier": "tier 1"
|
|
3677
|
+
"methodTier": "tier 1",
|
|
3678
|
+
"dependencies": [
|
|
3679
|
+
"endDate",
|
|
3680
|
+
"slope"
|
|
3681
|
+
]
|
|
2709
3682
|
},
|
|
2710
3683
|
{
|
|
2711
3684
|
"path": "hestia_earth/models/schmidt2007/ch4ToAirWasteTreatment.py",
|
|
@@ -2764,84 +3737,158 @@
|
|
|
2764
3737
|
"docPath": "hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.md",
|
|
2765
3738
|
"model": "stehfestBouwman2006",
|
|
2766
3739
|
"term": "n2OToAirCropResidueDecompositionDirect",
|
|
2767
|
-
"methodTier": "tier 2"
|
|
3740
|
+
"methodTier": "tier 2",
|
|
3741
|
+
"dependencies": [
|
|
3742
|
+
"completeness",
|
|
3743
|
+
"nitrogenContent",
|
|
3744
|
+
"totalNitrogenPerKgSoil",
|
|
3745
|
+
"organicCarbonPerKgSoil",
|
|
3746
|
+
"ecoClimateZone",
|
|
3747
|
+
"clayContent",
|
|
3748
|
+
"sandContent",
|
|
3749
|
+
"soilPh"
|
|
3750
|
+
]
|
|
2768
3751
|
},
|
|
2769
3752
|
{
|
|
2770
3753
|
"path": "hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py",
|
|
2771
3754
|
"docPath": "hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.md",
|
|
2772
3755
|
"model": "stehfestBouwman2006",
|
|
2773
3756
|
"term": "n2OToAirExcretaDirect",
|
|
2774
|
-
"methodTier": "tier 2"
|
|
3757
|
+
"methodTier": "tier 2",
|
|
3758
|
+
"dependencies": [
|
|
3759
|
+
"completeness",
|
|
3760
|
+
"nitrogenContent",
|
|
3761
|
+
"totalNitrogenPerKgSoil",
|
|
3762
|
+
"organicCarbonPerKgSoil",
|
|
3763
|
+
"ecoClimateZone",
|
|
3764
|
+
"clayContent",
|
|
3765
|
+
"sandContent",
|
|
3766
|
+
"soilPh"
|
|
3767
|
+
]
|
|
2775
3768
|
},
|
|
2776
3769
|
{
|
|
2777
3770
|
"path": "hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py",
|
|
2778
3771
|
"docPath": "hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.md",
|
|
2779
3772
|
"model": "stehfestBouwman2006",
|
|
2780
3773
|
"term": "n2OToAirInorganicFertiliserDirect",
|
|
2781
|
-
"methodTier": "tier 2"
|
|
3774
|
+
"methodTier": "tier 2",
|
|
3775
|
+
"dependencies": [
|
|
3776
|
+
"completeness",
|
|
3777
|
+
"totalNitrogenPerKgSoil",
|
|
3778
|
+
"organicCarbonPerKgSoil",
|
|
3779
|
+
"ecoClimateZone",
|
|
3780
|
+
"clayContent",
|
|
3781
|
+
"sandContent",
|
|
3782
|
+
"soilPh"
|
|
3783
|
+
]
|
|
2782
3784
|
},
|
|
2783
3785
|
{
|
|
2784
3786
|
"path": "hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py",
|
|
2785
3787
|
"docPath": "hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.md",
|
|
2786
3788
|
"model": "stehfestBouwman2006",
|
|
2787
3789
|
"term": "n2OToAirOrganicFertiliserDirect",
|
|
2788
|
-
"methodTier": "tier 2"
|
|
3790
|
+
"methodTier": "tier 2",
|
|
3791
|
+
"dependencies": [
|
|
3792
|
+
"completeness",
|
|
3793
|
+
"totalNitrogenPerKgSoil",
|
|
3794
|
+
"organicCarbonPerKgSoil",
|
|
3795
|
+
"ecoClimateZone",
|
|
3796
|
+
"clayContent",
|
|
3797
|
+
"sandContent",
|
|
3798
|
+
"soilPh"
|
|
3799
|
+
]
|
|
2789
3800
|
},
|
|
2790
3801
|
{
|
|
2791
3802
|
"path": "hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py",
|
|
2792
3803
|
"docPath": "hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.md",
|
|
2793
3804
|
"model": "stehfestBouwman2006",
|
|
2794
3805
|
"term": "noxToAirCropResidueDecomposition",
|
|
2795
|
-
"methodTier": "tier 2"
|
|
3806
|
+
"methodTier": "tier 2",
|
|
3807
|
+
"dependencies": [
|
|
3808
|
+
"completeness",
|
|
3809
|
+
"nitrogenContent",
|
|
3810
|
+
"totalNitrogenPerKgSoil",
|
|
3811
|
+
"ecoClimateZone"
|
|
3812
|
+
]
|
|
2796
3813
|
},
|
|
2797
3814
|
{
|
|
2798
3815
|
"path": "hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py",
|
|
2799
3816
|
"docPath": "hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.md",
|
|
2800
3817
|
"model": "stehfestBouwman2006",
|
|
2801
3818
|
"term": "noxToAirExcreta",
|
|
2802
|
-
"methodTier": "tier 2"
|
|
3819
|
+
"methodTier": "tier 2",
|
|
3820
|
+
"dependencies": [
|
|
3821
|
+
"completeness",
|
|
3822
|
+
"nitrogenContent",
|
|
3823
|
+
"totalNitrogenPerKgSoil",
|
|
3824
|
+
"ecoClimateZone"
|
|
3825
|
+
]
|
|
2803
3826
|
},
|
|
2804
3827
|
{
|
|
2805
3828
|
"path": "hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py",
|
|
2806
3829
|
"docPath": "hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.md",
|
|
2807
3830
|
"model": "stehfestBouwman2006",
|
|
2808
3831
|
"term": "noxToAirInorganicFertiliser",
|
|
2809
|
-
"methodTier": "tier 2"
|
|
3832
|
+
"methodTier": "tier 2",
|
|
3833
|
+
"dependencies": [
|
|
3834
|
+
"completeness",
|
|
3835
|
+
"totalNitrogenPerKgSoil",
|
|
3836
|
+
"ecoClimateZone"
|
|
3837
|
+
]
|
|
2810
3838
|
},
|
|
2811
3839
|
{
|
|
2812
3840
|
"path": "hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py",
|
|
2813
3841
|
"docPath": "hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.md",
|
|
2814
3842
|
"model": "stehfestBouwman2006",
|
|
2815
3843
|
"term": "noxToAirOrganicFertiliser",
|
|
2816
|
-
"methodTier": "tier 2"
|
|
3844
|
+
"methodTier": "tier 2",
|
|
3845
|
+
"dependencies": [
|
|
3846
|
+
"completeness",
|
|
3847
|
+
"totalNitrogenPerKgSoil",
|
|
3848
|
+
"ecoClimateZone"
|
|
3849
|
+
]
|
|
2817
3850
|
},
|
|
2818
3851
|
{
|
|
2819
3852
|
"path": "hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py",
|
|
2820
3853
|
"docPath": "hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.md",
|
|
2821
3854
|
"model": "stehfestBouwman2006GisImplementation",
|
|
2822
3855
|
"term": "noxToAirCropResidueDecomposition",
|
|
2823
|
-
"methodTier": "tier 1"
|
|
3856
|
+
"methodTier": "tier 1",
|
|
3857
|
+
"dependencies": [
|
|
3858
|
+
"completeness",
|
|
3859
|
+
"nitrogenContent"
|
|
3860
|
+
]
|
|
2824
3861
|
},
|
|
2825
3862
|
{
|
|
2826
3863
|
"path": "hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py",
|
|
2827
3864
|
"docPath": "hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.md",
|
|
2828
3865
|
"model": "stehfestBouwman2006GisImplementation",
|
|
2829
3866
|
"term": "noxToAirExcreta",
|
|
2830
|
-
"methodTier": "tier 1"
|
|
3867
|
+
"methodTier": "tier 1",
|
|
3868
|
+
"dependencies": [
|
|
3869
|
+
"completeness",
|
|
3870
|
+
"nitrogenContent"
|
|
3871
|
+
]
|
|
2831
3872
|
},
|
|
2832
3873
|
{
|
|
2833
3874
|
"path": "hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py",
|
|
2834
3875
|
"docPath": "hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.md",
|
|
2835
3876
|
"model": "stehfestBouwman2006GisImplementation",
|
|
2836
3877
|
"term": "noxToAirInorganicFertiliser",
|
|
2837
|
-
"methodTier": "tier 1"
|
|
3878
|
+
"methodTier": "tier 1",
|
|
3879
|
+
"dependencies": [
|
|
3880
|
+
"completeness"
|
|
3881
|
+
]
|
|
2838
3882
|
},
|
|
2839
3883
|
{
|
|
2840
3884
|
"path": "hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py",
|
|
2841
3885
|
"docPath": "hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.md",
|
|
2842
3886
|
"model": "stehfestBouwman2006GisImplementation",
|
|
2843
3887
|
"term": "noxToAirOrganicFertiliser",
|
|
2844
|
-
"methodTier": "tier 1"
|
|
3888
|
+
"methodTier": "tier 1",
|
|
3889
|
+
"dependencies": [
|
|
3890
|
+
"completeness"
|
|
3891
|
+
]
|
|
2845
3892
|
},
|
|
2846
3893
|
{
|
|
2847
3894
|
"path": "hestia_earth/models/transformation/input/excreta.py",
|
|
@@ -2883,20 +3930,30 @@
|
|
|
2883
3930
|
"path": "hestia_earth/models/transformation/product/excreta.py",
|
|
2884
3931
|
"docPath": "hestia_earth/models/transformation/product/excreta.md",
|
|
2885
3932
|
"model": "transformation",
|
|
2886
|
-
"modelKey": "product.excreta"
|
|
3933
|
+
"modelKey": "product.excreta",
|
|
3934
|
+
"dependencies": [
|
|
3935
|
+
"Transformation"
|
|
3936
|
+
]
|
|
2887
3937
|
},
|
|
2888
3938
|
{
|
|
2889
3939
|
"path": "hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py",
|
|
2890
3940
|
"docPath": "hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.md",
|
|
2891
3941
|
"model": "usetoxV2",
|
|
2892
|
-
"term": "freshwaterEcotoxicityPotentialCtue"
|
|
3942
|
+
"term": "freshwaterEcotoxicityPotentialCtue",
|
|
3943
|
+
"dependencies": [
|
|
3944
|
+
"completeness"
|
|
3945
|
+
]
|
|
2893
3946
|
},
|
|
2894
3947
|
{
|
|
2895
3948
|
"path": "hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/nh3ToAirOrganicFertiliser.py",
|
|
2896
3949
|
"docPath": "hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/nh3ToAirOrganicFertiliser.md",
|
|
2897
3950
|
"model": "webbEtAl2012AndSintermannEtAl2012",
|
|
2898
3951
|
"term": "nh3ToAirOrganicFertiliser",
|
|
2899
|
-
"methodTier": "tier 1"
|
|
3952
|
+
"methodTier": "tier 1",
|
|
3953
|
+
"dependencies": [
|
|
3954
|
+
"completeness",
|
|
3955
|
+
"totalAmmoniacalNitrogenContentAsN"
|
|
3956
|
+
]
|
|
2900
3957
|
},
|
|
2901
3958
|
{
|
|
2902
3959
|
"path": "hestia_earth/models/agribalyse2016/fuelElectricity.py",
|
|
@@ -5247,6 +6304,16 @@
|
|
|
5247
6304
|
"path": "hestia_earth/models/ecoinventV3AndEmberClimate/__init__.py",
|
|
5248
6305
|
"docPath": "hestia_earth/models/ecoinventV3AndEmberClimate/_model.md",
|
|
5249
6306
|
"model": "ecoinventV3AndEmberClimate"
|
|
6307
|
+
},
|
|
6308
|
+
{
|
|
6309
|
+
"path": "hestia_earth/models/emissionNotRelevant/__init__.py",
|
|
6310
|
+
"docPath": "hestia_earth/models/emissionNotRelevant/_model.md",
|
|
6311
|
+
"model": "emissionNotRelevant"
|
|
6312
|
+
},
|
|
6313
|
+
{
|
|
6314
|
+
"path": "hestia_earth/models/resourceUseNotRelevant/__init__.py",
|
|
6315
|
+
"docPath": "hestia_earth/models/resourceUseNotRelevant/_model.md",
|
|
6316
|
+
"model": "resourceUseNotRelevant"
|
|
5250
6317
|
}
|
|
5251
6318
|
],
|
|
5252
6319
|
"ecoinventLinks": [
|