@hestia-earth/engine-models 0.74.1 → 0.74.3
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 +23 -0
- package/config/ImpactAssessment.json +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/model-links.json +81 -20
- package/package.json +1 -1
- package/search-results.json +1566 -1562
- package/src/version.ts +1 -1
package/config/Cycle.json
CHANGED
|
@@ -246,6 +246,14 @@
|
|
|
246
246
|
"mergeStrategy": "list",
|
|
247
247
|
"stage": 1
|
|
248
248
|
},
|
|
249
|
+
{
|
|
250
|
+
"key": "products",
|
|
251
|
+
"model": "cycle",
|
|
252
|
+
"value": "aboveGroundCropResidueTotal",
|
|
253
|
+
"runStrategy": "add_blank_node_if_missing",
|
|
254
|
+
"mergeStrategy": "list",
|
|
255
|
+
"stage": 1
|
|
256
|
+
},
|
|
249
257
|
[
|
|
250
258
|
{
|
|
251
259
|
"key": "practices",
|
|
@@ -1763,6 +1771,21 @@
|
|
|
1763
1771
|
},
|
|
1764
1772
|
"stage": 2
|
|
1765
1773
|
},
|
|
1774
|
+
{
|
|
1775
|
+
"key": "emissions",
|
|
1776
|
+
"model": "emepEea2019",
|
|
1777
|
+
"value": "nh3ToAirFuelCombustion",
|
|
1778
|
+
"runStrategy": "add_blank_node_if_missing",
|
|
1779
|
+
"runArgs": {
|
|
1780
|
+
"runNonMeasured": true,
|
|
1781
|
+
"runNonAddedTerm": true
|
|
1782
|
+
},
|
|
1783
|
+
"mergeStrategy": "list",
|
|
1784
|
+
"mergeArgs": {
|
|
1785
|
+
"replaceThreshold": ["value", 0.01]
|
|
1786
|
+
},
|
|
1787
|
+
"stage": 2
|
|
1788
|
+
},
|
|
1766
1789
|
{
|
|
1767
1790
|
"key": "emissions",
|
|
1768
1791
|
"model": "emepEea2019",
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ENGINE_VERSION = "0.74.
|
|
1
|
+
export declare const ENGINE_VERSION = "0.74.3";
|
package/dist/version.js
CHANGED
package/model-links.json
CHANGED
|
@@ -198,6 +198,19 @@
|
|
|
198
198
|
"model": "cml2001NonBaseline",
|
|
199
199
|
"term": "terrestrialAcidificationPotentialExcludingFate"
|
|
200
200
|
},
|
|
201
|
+
{
|
|
202
|
+
"path": "hestia_earth/models/cycle/aboveGroundCropResidueTotal.py",
|
|
203
|
+
"docPath": "hestia_earth/models/cycle/aboveGroundCropResidueTotal.md",
|
|
204
|
+
"model": "cycle",
|
|
205
|
+
"term": "aboveGroundCropResidueTotal",
|
|
206
|
+
"dependencies": [
|
|
207
|
+
"completeness",
|
|
208
|
+
"aboveGroundCropResidueRemoved",
|
|
209
|
+
"aboveGroundCropResidueIncorporated",
|
|
210
|
+
"aboveGroundCropResidueBurnt",
|
|
211
|
+
"aboveGroundCropResidueLeftOnField"
|
|
212
|
+
]
|
|
213
|
+
},
|
|
201
214
|
{
|
|
202
215
|
"path": "hestia_earth/models/cycle/cycleDuration.py",
|
|
203
216
|
"docPath": "hestia_earth/models/cycle/cycleDuration.md",
|
|
@@ -557,6 +570,16 @@
|
|
|
557
570
|
"totalAmmoniacalNitrogenContentAsN"
|
|
558
571
|
]
|
|
559
572
|
},
|
|
573
|
+
{
|
|
574
|
+
"path": "hestia_earth/models/emepEea2019/nh3ToAirFuelCombustion.py",
|
|
575
|
+
"docPath": "hestia_earth/models/emepEea2019/nh3ToAirFuelCombustion.md",
|
|
576
|
+
"model": "emepEea2019",
|
|
577
|
+
"term": "nh3ToAirFuelCombustion",
|
|
578
|
+
"methodTier": "tier 1",
|
|
579
|
+
"dependencies": [
|
|
580
|
+
"completeness"
|
|
581
|
+
]
|
|
582
|
+
},
|
|
560
583
|
{
|
|
561
584
|
"path": "hestia_earth/models/emepEea2019/nh3ToAirInorganicFertiliser.py",
|
|
562
585
|
"docPath": "hestia_earth/models/emepEea2019/nh3ToAirInorganicFertiliser.md",
|
|
@@ -1231,6 +1254,18 @@
|
|
|
1231
1254
|
"model": "hestia",
|
|
1232
1255
|
"modelKey": "landCover"
|
|
1233
1256
|
},
|
|
1257
|
+
{
|
|
1258
|
+
"path": "hestia_earth/models/hestia/landOccupationDuringCycle.py",
|
|
1259
|
+
"docPath": "hestia_earth/models/hestia/landOccupationDuringCycle.md",
|
|
1260
|
+
"model": "hestia",
|
|
1261
|
+
"term": "landOccupationDuringCycle",
|
|
1262
|
+
"dependencies": [
|
|
1263
|
+
"product",
|
|
1264
|
+
"siteArea",
|
|
1265
|
+
"siteDuration",
|
|
1266
|
+
"siteUnusedDuration"
|
|
1267
|
+
]
|
|
1268
|
+
},
|
|
1234
1269
|
{
|
|
1235
1270
|
"path": "hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.py",
|
|
1236
1271
|
"docPath": "hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.md",
|
|
@@ -7392,6 +7427,12 @@
|
|
|
7392
7427
|
"term": "n2OToAirFuelCombustionDirect"
|
|
7393
7428
|
}
|
|
7394
7429
|
],
|
|
7430
|
+
"nh3ToAirFuelCombustionEmepEea2019": [
|
|
7431
|
+
{
|
|
7432
|
+
"model": "emepEea2019",
|
|
7433
|
+
"term": "nh3ToAirFuelCombustion"
|
|
7434
|
+
}
|
|
7435
|
+
],
|
|
7395
7436
|
"noxToAirFuelCombustionEmepEea2019": [
|
|
7396
7437
|
{
|
|
7397
7438
|
"model": "emepEea2019",
|
|
@@ -8246,6 +8287,12 @@
|
|
|
8246
8287
|
"term": "n2OToAirFuelCombustionDirect"
|
|
8247
8288
|
}
|
|
8248
8289
|
],
|
|
8290
|
+
"nh3ToAirFuelCombustionEmepEea2019": [
|
|
8291
|
+
{
|
|
8292
|
+
"model": "emepEea2019",
|
|
8293
|
+
"term": "nh3ToAirFuelCombustion"
|
|
8294
|
+
}
|
|
8295
|
+
],
|
|
8249
8296
|
"noxToAirFuelCombustionEmepEea2019": [
|
|
8250
8297
|
{
|
|
8251
8298
|
"model": "emepEea2019",
|
|
@@ -8326,7 +8373,7 @@
|
|
|
8326
8373
|
"modelKey": "cycle"
|
|
8327
8374
|
}
|
|
8328
8375
|
],
|
|
8329
|
-
"
|
|
8376
|
+
"inputGapFillManagementTermId": [
|
|
8330
8377
|
{
|
|
8331
8378
|
"model": "hestia",
|
|
8332
8379
|
"modelKey": "management"
|
|
@@ -9602,10 +9649,6 @@
|
|
|
9602
9649
|
{
|
|
9603
9650
|
"model": "hestia",
|
|
9604
9651
|
"modelKey": "inorganicFertiliser"
|
|
9605
|
-
},
|
|
9606
|
-
{
|
|
9607
|
-
"model": "hestia",
|
|
9608
|
-
"modelKey": "management"
|
|
9609
9652
|
}
|
|
9610
9653
|
],
|
|
9611
9654
|
"nitrogenContent-min": [
|
|
@@ -9656,6 +9699,12 @@
|
|
|
9656
9699
|
"modelKey": "inorganicFertiliser"
|
|
9657
9700
|
}
|
|
9658
9701
|
],
|
|
9702
|
+
"inputGapFillManagementTermId": [
|
|
9703
|
+
{
|
|
9704
|
+
"model": "hestia",
|
|
9705
|
+
"modelKey": "management"
|
|
9706
|
+
}
|
|
9707
|
+
],
|
|
9659
9708
|
"Urea_UAS_Amm_Bicarb": [
|
|
9660
9709
|
{
|
|
9661
9710
|
"model": "ipcc2019",
|
|
@@ -10226,6 +10275,12 @@
|
|
|
10226
10275
|
"modelKey": "landCover"
|
|
10227
10276
|
}
|
|
10228
10277
|
],
|
|
10278
|
+
"sumIs100Group": [
|
|
10279
|
+
{
|
|
10280
|
+
"model": "hestia",
|
|
10281
|
+
"modelKey": "management"
|
|
10282
|
+
}
|
|
10283
|
+
],
|
|
10229
10284
|
"BIOMASS_CATEGORY": [
|
|
10230
10285
|
{
|
|
10231
10286
|
"model": "ipcc2019",
|
|
@@ -10456,7 +10511,7 @@
|
|
|
10456
10511
|
"modelKey": "default_resourceUse"
|
|
10457
10512
|
}
|
|
10458
10513
|
],
|
|
10459
|
-
"
|
|
10514
|
+
"inputGapFillManagementTermId": [
|
|
10460
10515
|
{
|
|
10461
10516
|
"model": "hestia",
|
|
10462
10517
|
"modelKey": "management"
|
|
@@ -10767,6 +10822,26 @@
|
|
|
10767
10822
|
}
|
|
10768
10823
|
]
|
|
10769
10824
|
},
|
|
10825
|
+
"biochar": {
|
|
10826
|
+
"inputGapFillManagementTermId": [
|
|
10827
|
+
{
|
|
10828
|
+
"model": "hestia",
|
|
10829
|
+
"modelKey": "management"
|
|
10830
|
+
}
|
|
10831
|
+
],
|
|
10832
|
+
"FRAC_OC_REMAINING_100_YEARS": [
|
|
10833
|
+
{
|
|
10834
|
+
"model": "ipcc2019",
|
|
10835
|
+
"term": "biocharOrganicCarbonPerHa"
|
|
10836
|
+
}
|
|
10837
|
+
],
|
|
10838
|
+
"FRAC_OC_REMAINING_100_YEARS_SD": [
|
|
10839
|
+
{
|
|
10840
|
+
"model": "ipcc2019",
|
|
10841
|
+
"term": "biocharOrganicCarbonPerHa"
|
|
10842
|
+
}
|
|
10843
|
+
]
|
|
10844
|
+
},
|
|
10770
10845
|
"landUseManagement": {
|
|
10771
10846
|
"GAP_FILL_TO_MANAGEMENT": [
|
|
10772
10847
|
{
|
|
@@ -11209,20 +11284,6 @@
|
|
|
11209
11284
|
}
|
|
11210
11285
|
]
|
|
11211
11286
|
},
|
|
11212
|
-
"biochar": {
|
|
11213
|
-
"FRAC_OC_REMAINING_100_YEARS": [
|
|
11214
|
-
{
|
|
11215
|
-
"model": "ipcc2019",
|
|
11216
|
-
"term": "biocharOrganicCarbonPerHa"
|
|
11217
|
-
}
|
|
11218
|
-
],
|
|
11219
|
-
"FRAC_OC_REMAINING_100_YEARS_SD": [
|
|
11220
|
-
{
|
|
11221
|
-
"model": "ipcc2019",
|
|
11222
|
-
"term": "biocharOrganicCarbonPerHa"
|
|
11223
|
-
}
|
|
11224
|
-
]
|
|
11225
|
-
},
|
|
11226
11287
|
"region-excreta-excretaManagement-ch4B0": {
|
|
11227
11288
|
"all": [
|
|
11228
11289
|
{
|