@hestia-earth/engine-models 0.76.0 → 0.76.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 +16 -18
- package/config/ImpactAssessment.json +81 -83
- package/dist/validate-config.d.ts +14 -1
- package/dist/validate-config.js +68 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/model-links.json +15 -627
- package/package.json +1 -1
- package/search-results.json +1 -1
- package/src/validate-config.spec.ts +22 -20
- package/src/validate-config.ts +36 -1
- package/src/version.ts +1 -1
package/model-links.json
CHANGED
|
@@ -430,10 +430,7 @@
|
|
|
430
430
|
"docPath": "hestia_earth/models/cycle/completeness/material.md",
|
|
431
431
|
"guidePath": "cycle-completeness-material#Cycle",
|
|
432
432
|
"model": "cycle",
|
|
433
|
-
"modelKey": "completeness.material"
|
|
434
|
-
"dependencies": [
|
|
435
|
-
"machineryInfrastructureDepreciatedAmountPerCycle"
|
|
436
|
-
]
|
|
433
|
+
"modelKey": "completeness.material"
|
|
437
434
|
},
|
|
438
435
|
{
|
|
439
436
|
"path": "hestia_earth/models/cycle/completeness/seed.py",
|
|
@@ -3777,7 +3774,10 @@
|
|
|
3777
3774
|
"guidePath": "pesticideToAirPesticideApplication#PEFCR%20Guidance%20Document%20(2017)",
|
|
3778
3775
|
"model": "pefcrGuidanceDocument2017",
|
|
3779
3776
|
"term": "pesticideToAirPesticideApplication",
|
|
3780
|
-
"methodTier": "tier 1"
|
|
3777
|
+
"methodTier": "tier 1",
|
|
3778
|
+
"dependencies": [
|
|
3779
|
+
"completeness"
|
|
3780
|
+
]
|
|
3781
3781
|
},
|
|
3782
3782
|
{
|
|
3783
3783
|
"path": "hestia_earth/models/pefcrGuidanceDocument2017/pesticideToSoilPesticideApplication.py",
|
|
@@ -3785,7 +3785,10 @@
|
|
|
3785
3785
|
"guidePath": "pesticideToSoilPesticideApplication#PEFCR%20Guidance%20Document%20(2017)",
|
|
3786
3786
|
"model": "pefcrGuidanceDocument2017",
|
|
3787
3787
|
"term": "pesticideToSoilPesticideApplication",
|
|
3788
|
-
"methodTier": "tier 1"
|
|
3788
|
+
"methodTier": "tier 1",
|
|
3789
|
+
"dependencies": [
|
|
3790
|
+
"completeness"
|
|
3791
|
+
]
|
|
3789
3792
|
},
|
|
3790
3793
|
{
|
|
3791
3794
|
"path": "hestia_earth/models/pefcrGuidanceDocument2017/pesticideToWaterPesticideApplication.py",
|
|
@@ -3793,7 +3796,10 @@
|
|
|
3793
3796
|
"guidePath": "pesticideToWaterPesticideApplication#PEFCR%20Guidance%20Document%20(2017)",
|
|
3794
3797
|
"model": "pefcrGuidanceDocument2017",
|
|
3795
3798
|
"term": "pesticideToWaterPesticideApplication",
|
|
3796
|
-
"methodTier": "tier 1"
|
|
3799
|
+
"methodTier": "tier 1",
|
|
3800
|
+
"dependencies": [
|
|
3801
|
+
"completeness"
|
|
3802
|
+
]
|
|
3797
3803
|
},
|
|
3798
3804
|
{
|
|
3799
3805
|
"path": "hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py",
|
|
@@ -5154,12 +5160,6 @@
|
|
|
5154
5160
|
"model": "bafu2025",
|
|
5155
5161
|
"term": "hcfc21ToAirInputsProduction"
|
|
5156
5162
|
},
|
|
5157
|
-
{
|
|
5158
|
-
"path": "hestia_earth/models/bafu2025/cycle.py",
|
|
5159
|
-
"docPath": "hestia_earth/models/bafu2025/cycle.md",
|
|
5160
|
-
"model": "bafu2025",
|
|
5161
|
-
"term": "heavyMetalsToWaterInputsProduction"
|
|
5162
|
-
},
|
|
5163
5163
|
{
|
|
5164
5164
|
"path": "hestia_earth/models/bafu2025/cycle.py",
|
|
5165
5165
|
"docPath": "hestia_earth/models/bafu2025/cycle.md",
|
|
@@ -5190,24 +5190,6 @@
|
|
|
5190
5190
|
"model": "bafu2025",
|
|
5191
5191
|
"term": "hfc23ToAirInputsProduction"
|
|
5192
5192
|
},
|
|
5193
|
-
{
|
|
5194
|
-
"path": "hestia_earth/models/bafu2025/cycle.py",
|
|
5195
|
-
"docPath": "hestia_earth/models/bafu2025/cycle.md",
|
|
5196
|
-
"model": "bafu2025",
|
|
5197
|
-
"term": "ionisingCompoundsToAirInputsProduction"
|
|
5198
|
-
},
|
|
5199
|
-
{
|
|
5200
|
-
"path": "hestia_earth/models/bafu2025/cycle.py",
|
|
5201
|
-
"docPath": "hestia_earth/models/bafu2025/cycle.md",
|
|
5202
|
-
"model": "bafu2025",
|
|
5203
|
-
"term": "ionisingCompoundsToSaltwaterInputsProduction"
|
|
5204
|
-
},
|
|
5205
|
-
{
|
|
5206
|
-
"path": "hestia_earth/models/bafu2025/cycle.py",
|
|
5207
|
-
"docPath": "hestia_earth/models/bafu2025/cycle.md",
|
|
5208
|
-
"model": "bafu2025",
|
|
5209
|
-
"term": "ionisingCompoundsToWaterInputsProduction"
|
|
5210
|
-
},
|
|
5211
5193
|
{
|
|
5212
5194
|
"path": "hestia_earth/models/bafu2025/cycle.py",
|
|
5213
5195
|
"docPath": "hestia_earth/models/bafu2025/cycle.md",
|
|
@@ -5388,42 +5370,12 @@
|
|
|
5388
5370
|
"model": "bafu2025",
|
|
5389
5371
|
"term": "pesticideToAirInputsProduction"
|
|
5390
5372
|
},
|
|
5391
|
-
{
|
|
5392
|
-
"path": "hestia_earth/models/bafu2025/cycle.py",
|
|
5393
|
-
"docPath": "hestia_earth/models/bafu2025/cycle.md",
|
|
5394
|
-
"model": "bafu2025",
|
|
5395
|
-
"term": "pesticideToAirUrbanCloseToGroundInputsProduction"
|
|
5396
|
-
},
|
|
5397
|
-
{
|
|
5398
|
-
"path": "hestia_earth/models/bafu2025/cycle.py",
|
|
5399
|
-
"docPath": "hestia_earth/models/bafu2025/cycle.md",
|
|
5400
|
-
"model": "bafu2025",
|
|
5401
|
-
"term": "pesticideToFreshWaterInputsProduction"
|
|
5402
|
-
},
|
|
5403
|
-
{
|
|
5404
|
-
"path": "hestia_earth/models/bafu2025/cycle.py",
|
|
5405
|
-
"docPath": "hestia_earth/models/bafu2025/cycle.md",
|
|
5406
|
-
"model": "bafu2025",
|
|
5407
|
-
"term": "pesticideToSaltWaterInputsProduction"
|
|
5408
|
-
},
|
|
5409
|
-
{
|
|
5410
|
-
"path": "hestia_earth/models/bafu2025/cycle.py",
|
|
5411
|
-
"docPath": "hestia_earth/models/bafu2025/cycle.md",
|
|
5412
|
-
"model": "bafu2025",
|
|
5413
|
-
"term": "pesticideToSoilAgriculturalInputsProduction"
|
|
5414
|
-
},
|
|
5415
5373
|
{
|
|
5416
5374
|
"path": "hestia_earth/models/bafu2025/cycle.py",
|
|
5417
5375
|
"docPath": "hestia_earth/models/bafu2025/cycle.md",
|
|
5418
5376
|
"model": "bafu2025",
|
|
5419
5377
|
"term": "pesticideToSoilInputsProduction"
|
|
5420
5378
|
},
|
|
5421
|
-
{
|
|
5422
|
-
"path": "hestia_earth/models/bafu2025/cycle.py",
|
|
5423
|
-
"docPath": "hestia_earth/models/bafu2025/cycle.md",
|
|
5424
|
-
"model": "bafu2025",
|
|
5425
|
-
"term": "pesticideToSoilNonAgriculturalInputsProduction"
|
|
5426
|
-
},
|
|
5427
5379
|
{
|
|
5428
5380
|
"path": "hestia_earth/models/bafu2025/cycle.py",
|
|
5429
5381
|
"docPath": "hestia_earth/models/bafu2025/cycle.md",
|
|
@@ -5562,18 +5514,6 @@
|
|
|
5562
5514
|
"model": "bafu2025",
|
|
5563
5515
|
"term": "landTransformation20YearAverageInputsProduction"
|
|
5564
5516
|
},
|
|
5565
|
-
{
|
|
5566
|
-
"path": "hestia_earth/models/bafu2025/impact_assessment.py",
|
|
5567
|
-
"docPath": "hestia_earth/models/bafu2025/impact_assessment.md",
|
|
5568
|
-
"model": "bafu2025",
|
|
5569
|
-
"term": "resourceUseEnergyDepletionInputsProduction"
|
|
5570
|
-
},
|
|
5571
|
-
{
|
|
5572
|
-
"path": "hestia_earth/models/bafu2025/impact_assessment.py",
|
|
5573
|
-
"docPath": "hestia_earth/models/bafu2025/impact_assessment.md",
|
|
5574
|
-
"model": "bafu2025",
|
|
5575
|
-
"term": "resourceUseMineralsAndMetalsInputsProduction"
|
|
5576
|
-
},
|
|
5577
5517
|
{
|
|
5578
5518
|
"path": "hestia_earth/models/ecoinventV3/cycle.py",
|
|
5579
5519
|
"docPath": "hestia_earth/models/ecoinventV3/cycle.md",
|
|
@@ -5658,12 +5598,6 @@
|
|
|
5658
5598
|
"model": "ecoalimV9",
|
|
5659
5599
|
"term": "1112TetrafluoroethaneToAirInputsProduction"
|
|
5660
5600
|
},
|
|
5661
|
-
{
|
|
5662
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5663
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5664
|
-
"model": "ecoalimV9",
|
|
5665
|
-
"term": "11133PentafluoropropaneToAirInputsProduction"
|
|
5666
|
-
},
|
|
5667
5601
|
{
|
|
5668
5602
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5669
5603
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -5676,54 +5610,12 @@
|
|
|
5676
5610
|
"model": "ecoalimV9",
|
|
5677
5611
|
"term": "112TrichlorotrifluoroethaneToAirInputsProduction"
|
|
5678
5612
|
},
|
|
5679
|
-
{
|
|
5680
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5681
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5682
|
-
"model": "ecoalimV9",
|
|
5683
|
-
"term": "123TrimethylbenzeneToAirInputsProduction"
|
|
5684
|
-
},
|
|
5685
|
-
{
|
|
5686
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5687
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5688
|
-
"model": "ecoalimV9",
|
|
5689
|
-
"term": "124TrimethylbenzeneToAirInputsProduction"
|
|
5690
|
-
},
|
|
5691
|
-
{
|
|
5692
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5693
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5694
|
-
"model": "ecoalimV9",
|
|
5695
|
-
"term": "12DibromoethaneToAirInputsProduction"
|
|
5696
|
-
},
|
|
5697
5613
|
{
|
|
5698
5614
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5699
5615
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5700
5616
|
"model": "ecoalimV9",
|
|
5701
5617
|
"term": "12DichloroethaneToAirInputsProduction"
|
|
5702
5618
|
},
|
|
5703
|
-
{
|
|
5704
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5705
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5706
|
-
"model": "ecoalimV9",
|
|
5707
|
-
"term": "135TrimethylbenzeneToAirInputsProduction"
|
|
5708
|
-
},
|
|
5709
|
-
{
|
|
5710
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5711
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5712
|
-
"model": "ecoalimV9",
|
|
5713
|
-
"term": "1ButeneToAirInputsProduction"
|
|
5714
|
-
},
|
|
5715
|
-
{
|
|
5716
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5717
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5718
|
-
"model": "ecoalimV9",
|
|
5719
|
-
"term": "1Ethyl2MethylbenzeneToAirInputsProduction"
|
|
5720
|
-
},
|
|
5721
|
-
{
|
|
5722
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5723
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5724
|
-
"model": "ecoalimV9",
|
|
5725
|
-
"term": "1Ethyl3MethylbenzeneToAirInputsProduction"
|
|
5726
|
-
},
|
|
5727
5619
|
{
|
|
5728
5620
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5729
5621
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -5742,18 +5634,6 @@
|
|
|
5742
5634
|
"model": "ecoalimV9",
|
|
5743
5635
|
"term": "2MethylpentaneToAirInputsProduction"
|
|
5744
5636
|
},
|
|
5745
|
-
{
|
|
5746
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5747
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5748
|
-
"model": "ecoalimV9",
|
|
5749
|
-
"term": "3MethylpentaneToAirInputsProduction"
|
|
5750
|
-
},
|
|
5751
|
-
{
|
|
5752
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5753
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5754
|
-
"model": "ecoalimV9",
|
|
5755
|
-
"term": "4EthyltolueneToAirInputsProduction"
|
|
5756
|
-
},
|
|
5757
5637
|
{
|
|
5758
5638
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5759
5639
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -5814,18 +5694,6 @@
|
|
|
5814
5694
|
"model": "ecoalimV9",
|
|
5815
5695
|
"term": "bromofluoroformToAirInputsProduction"
|
|
5816
5696
|
},
|
|
5817
|
-
{
|
|
5818
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5819
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5820
|
-
"model": "ecoalimV9",
|
|
5821
|
-
"term": "bromoformToAirInputsProduction"
|
|
5822
|
-
},
|
|
5823
|
-
{
|
|
5824
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5825
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5826
|
-
"model": "ecoalimV9",
|
|
5827
|
-
"term": "bromomethaneToAirInputsProduction"
|
|
5828
|
-
},
|
|
5829
5697
|
{
|
|
5830
5698
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5831
5699
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -5844,12 +5712,6 @@
|
|
|
5844
5712
|
"model": "ecoalimV9",
|
|
5845
5713
|
"term": "carbonTetrachlorideToAirInputsProduction"
|
|
5846
5714
|
},
|
|
5847
|
-
{
|
|
5848
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5849
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5850
|
-
"model": "ecoalimV9",
|
|
5851
|
-
"term": "cfc13ToAirInputsProduction"
|
|
5852
|
-
},
|
|
5853
5715
|
{
|
|
5854
5716
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5855
5717
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -5892,18 +5754,6 @@
|
|
|
5892
5754
|
"model": "ecoalimV9",
|
|
5893
5755
|
"term": "co2ToAirInputsProduction"
|
|
5894
5756
|
},
|
|
5895
|
-
{
|
|
5896
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5897
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5898
|
-
"model": "ecoalimV9",
|
|
5899
|
-
"term": "coToAirFuelCombustion"
|
|
5900
|
-
},
|
|
5901
|
-
{
|
|
5902
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5903
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5904
|
-
"model": "ecoalimV9",
|
|
5905
|
-
"term": "coToAirInputsProductionFossil"
|
|
5906
|
-
},
|
|
5907
5757
|
{
|
|
5908
5758
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5909
5759
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -5922,24 +5772,12 @@
|
|
|
5922
5772
|
"model": "ecoalimV9",
|
|
5923
5773
|
"term": "cyclohexaneToAirInputsProduction"
|
|
5924
5774
|
},
|
|
5925
|
-
{
|
|
5926
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5927
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5928
|
-
"model": "ecoalimV9",
|
|
5929
|
-
"term": "decaneToAirInputsProduction"
|
|
5930
|
-
},
|
|
5931
5775
|
{
|
|
5932
5776
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5933
5777
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5934
5778
|
"model": "ecoalimV9",
|
|
5935
5779
|
"term": "dichlorodifluoromethaneToAirInputsProduction"
|
|
5936
5780
|
},
|
|
5937
|
-
{
|
|
5938
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5939
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
5940
|
-
"model": "ecoalimV9",
|
|
5941
|
-
"term": "dichlorotetrafluoroethaneToAirInputsProduction"
|
|
5942
|
-
},
|
|
5943
5781
|
{
|
|
5944
5782
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
5945
5783
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -6018,12 +5856,6 @@
|
|
|
6018
5856
|
"model": "ecoalimV9",
|
|
6019
5857
|
"term": "hcfc21ToAirInputsProduction"
|
|
6020
5858
|
},
|
|
6021
|
-
{
|
|
6022
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6023
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6024
|
-
"model": "ecoalimV9",
|
|
6025
|
-
"term": "heavyMetalsToWaterInputsProduction"
|
|
6026
|
-
},
|
|
6027
5859
|
{
|
|
6028
5860
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6029
5861
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -6060,36 +5892,12 @@
|
|
|
6060
5892
|
"model": "ecoalimV9",
|
|
6061
5893
|
"term": "hfc32ToAirInputsProduction"
|
|
6062
5894
|
},
|
|
6063
|
-
{
|
|
6064
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6065
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6066
|
-
"model": "ecoalimV9",
|
|
6067
|
-
"term": "ionisingCompoundsToAirInputsProduction"
|
|
6068
|
-
},
|
|
6069
|
-
{
|
|
6070
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6071
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6072
|
-
"model": "ecoalimV9",
|
|
6073
|
-
"term": "ionisingCompoundsToSaltwaterInputsProduction"
|
|
6074
|
-
},
|
|
6075
|
-
{
|
|
6076
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6077
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6078
|
-
"model": "ecoalimV9",
|
|
6079
|
-
"term": "ionisingCompoundsToWaterInputsProduction"
|
|
6080
|
-
},
|
|
6081
5895
|
{
|
|
6082
5896
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6083
5897
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6084
5898
|
"model": "ecoalimV9",
|
|
6085
5899
|
"term": "isobutanolToAirInputsProduction"
|
|
6086
5900
|
},
|
|
6087
|
-
{
|
|
6088
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6089
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6090
|
-
"model": "ecoalimV9",
|
|
6091
|
-
"term": "isopentaneToAirInputsProduction"
|
|
6092
|
-
},
|
|
6093
5901
|
{
|
|
6094
5902
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6095
5903
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -6168,12 +5976,6 @@
|
|
|
6168
5976
|
"model": "ecoalimV9",
|
|
6169
5977
|
"term": "nButaneToAirInputsProduction"
|
|
6170
5978
|
},
|
|
6171
|
-
{
|
|
6172
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6173
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6174
|
-
"model": "ecoalimV9",
|
|
6175
|
-
"term": "nButylAcetateToAirInputsProduction"
|
|
6176
|
-
},
|
|
6177
5979
|
{
|
|
6178
5980
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6179
5981
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -6234,12 +6036,6 @@
|
|
|
6234
6036
|
"model": "ecoalimV9",
|
|
6235
6037
|
"term": "nmvocToAirInputsProduction"
|
|
6236
6038
|
},
|
|
6237
|
-
{
|
|
6238
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6239
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6240
|
-
"model": "ecoalimV9",
|
|
6241
|
-
"term": "no2ToAirInputsProduction"
|
|
6242
|
-
},
|
|
6243
6039
|
{
|
|
6244
6040
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6245
6041
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -6276,12 +6072,6 @@
|
|
|
6276
6072
|
"model": "ecoalimV9",
|
|
6277
6073
|
"term": "oXyleneToAirInputsProduction"
|
|
6278
6074
|
},
|
|
6279
|
-
{
|
|
6280
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6281
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6282
|
-
"model": "ecoalimV9",
|
|
6283
|
-
"term": "octaneToAirInputsProduction"
|
|
6284
|
-
},
|
|
6285
6075
|
{
|
|
6286
6076
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6287
6077
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -6300,12 +6090,6 @@
|
|
|
6300
6090
|
"model": "ecoalimV9",
|
|
6301
6091
|
"term": "pToSurfaceWaterInputsProduction"
|
|
6302
6092
|
},
|
|
6303
|
-
{
|
|
6304
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6305
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6306
|
-
"model": "ecoalimV9",
|
|
6307
|
-
"term": "pXyleneToAirInputsProduction"
|
|
6308
|
-
},
|
|
6309
6093
|
{
|
|
6310
6094
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6311
6095
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -6318,36 +6102,12 @@
|
|
|
6318
6102
|
"model": "ecoalimV9",
|
|
6319
6103
|
"term": "pesticideToAirInputsProduction"
|
|
6320
6104
|
},
|
|
6321
|
-
{
|
|
6322
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6323
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6324
|
-
"model": "ecoalimV9",
|
|
6325
|
-
"term": "pesticideToFreshWaterInputsProduction"
|
|
6326
|
-
},
|
|
6327
|
-
{
|
|
6328
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6329
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6330
|
-
"model": "ecoalimV9",
|
|
6331
|
-
"term": "pesticideToSaltWaterInputsProduction"
|
|
6332
|
-
},
|
|
6333
|
-
{
|
|
6334
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6335
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6336
|
-
"model": "ecoalimV9",
|
|
6337
|
-
"term": "pesticideToSoilAgriculturalInputsProduction"
|
|
6338
|
-
},
|
|
6339
6105
|
{
|
|
6340
6106
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6341
6107
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6342
6108
|
"model": "ecoalimV9",
|
|
6343
6109
|
"term": "pesticideToSoilInputsProduction"
|
|
6344
6110
|
},
|
|
6345
|
-
{
|
|
6346
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6347
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6348
|
-
"model": "ecoalimV9",
|
|
6349
|
-
"term": "pesticideToSoilNonAgriculturalInputsProduction"
|
|
6350
|
-
},
|
|
6351
6111
|
{
|
|
6352
6112
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6353
6113
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -6360,18 +6120,6 @@
|
|
|
6360
6120
|
"model": "ecoalimV9",
|
|
6361
6121
|
"term": "pfc116ToAirInputsProduction"
|
|
6362
6122
|
},
|
|
6363
|
-
{
|
|
6364
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6365
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6366
|
-
"model": "ecoalimV9",
|
|
6367
|
-
"term": "pfc4112ToAirInputsProduction"
|
|
6368
|
-
},
|
|
6369
|
-
{
|
|
6370
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6371
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6372
|
-
"model": "ecoalimV9",
|
|
6373
|
-
"term": "pm0225ToAirInputsProduction"
|
|
6374
|
-
},
|
|
6375
6123
|
{
|
|
6376
6124
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6377
6125
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -6390,12 +6138,6 @@
|
|
|
6390
6138
|
"model": "ecoalimV9",
|
|
6391
6139
|
"term": "po43ToGroundwaterInputsProduction"
|
|
6392
6140
|
},
|
|
6393
|
-
{
|
|
6394
|
-
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6395
|
-
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
6396
|
-
"model": "ecoalimV9",
|
|
6397
|
-
"term": "po43ToSoilInputsProduction"
|
|
6398
|
-
},
|
|
6399
6141
|
{
|
|
6400
6142
|
"path": "hestia_earth/models/ecoalimV9/cycle.py",
|
|
6401
6143
|
"docPath": "hestia_earth/models/ecoalimV9/cycle.md",
|
|
@@ -6492,36 +6234,12 @@
|
|
|
6492
6234
|
"model": "ecoalimV9",
|
|
6493
6235
|
"term": "landOccupationInputsProduction"
|
|
6494
6236
|
},
|
|
6495
|
-
{
|
|
6496
|
-
"path": "hestia_earth/models/ecoalimV9/impact_assessment.py",
|
|
6497
|
-
"docPath": "hestia_earth/models/ecoalimV9/impact_assessment.md",
|
|
6498
|
-
"model": "ecoalimV9",
|
|
6499
|
-
"term": "landTransformation20YearAverageInputsProduction"
|
|
6500
|
-
},
|
|
6501
|
-
{
|
|
6502
|
-
"path": "hestia_earth/models/ecoalimV9/impact_assessment.py",
|
|
6503
|
-
"docPath": "hestia_earth/models/ecoalimV9/impact_assessment.md",
|
|
6504
|
-
"model": "ecoalimV9",
|
|
6505
|
-
"term": "resourceUseEnergyDepletionInputsProduction"
|
|
6506
|
-
},
|
|
6507
|
-
{
|
|
6508
|
-
"path": "hestia_earth/models/ecoalimV9/impact_assessment.py",
|
|
6509
|
-
"docPath": "hestia_earth/models/ecoalimV9/impact_assessment.md",
|
|
6510
|
-
"model": "ecoalimV9",
|
|
6511
|
-
"term": "resourceUseMineralsAndMetalsInputsProduction"
|
|
6512
|
-
},
|
|
6513
6237
|
{
|
|
6514
6238
|
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6515
6239
|
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
6516
6240
|
"model": "worldSteel",
|
|
6517
6241
|
"term": "1112TetrafluoroethaneToAirInputsProduction"
|
|
6518
6242
|
},
|
|
6519
|
-
{
|
|
6520
|
-
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6521
|
-
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
6522
|
-
"model": "worldSteel",
|
|
6523
|
-
"term": "11133PentafluoropropaneToAirInputsProduction"
|
|
6524
|
-
},
|
|
6525
6243
|
{
|
|
6526
6244
|
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6527
6245
|
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
@@ -6642,12 +6360,6 @@
|
|
|
6642
6360
|
"model": "worldSteel",
|
|
6643
6361
|
"term": "co2ToAirInputsProduction"
|
|
6644
6362
|
},
|
|
6645
|
-
{
|
|
6646
|
-
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6647
|
-
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
6648
|
-
"model": "worldSteel",
|
|
6649
|
-
"term": "coToAirInputsProductionFossil"
|
|
6650
|
-
},
|
|
6651
6363
|
{
|
|
6652
6364
|
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6653
6365
|
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
@@ -6714,12 +6426,6 @@
|
|
|
6714
6426
|
"model": "worldSteel",
|
|
6715
6427
|
"term": "h2SToAirInputsProduction"
|
|
6716
6428
|
},
|
|
6717
|
-
{
|
|
6718
|
-
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6719
|
-
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
6720
|
-
"model": "worldSteel",
|
|
6721
|
-
"term": "heavyMetalsToWaterInputsProduction"
|
|
6722
|
-
},
|
|
6723
6429
|
{
|
|
6724
6430
|
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6725
6431
|
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
@@ -6750,24 +6456,6 @@
|
|
|
6750
6456
|
"model": "worldSteel",
|
|
6751
6457
|
"term": "hfc32ToAirInputsProduction"
|
|
6752
6458
|
},
|
|
6753
|
-
{
|
|
6754
|
-
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6755
|
-
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
6756
|
-
"model": "worldSteel",
|
|
6757
|
-
"term": "ionisingCompoundsToAirInputsProduction"
|
|
6758
|
-
},
|
|
6759
|
-
{
|
|
6760
|
-
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6761
|
-
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
6762
|
-
"model": "worldSteel",
|
|
6763
|
-
"term": "ionisingCompoundsToSaltwaterInputsProduction"
|
|
6764
|
-
},
|
|
6765
|
-
{
|
|
6766
|
-
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6767
|
-
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
6768
|
-
"model": "worldSteel",
|
|
6769
|
-
"term": "ionisingCompoundsToWaterInputsProduction"
|
|
6770
|
-
},
|
|
6771
6459
|
{
|
|
6772
6460
|
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6773
6461
|
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
@@ -6810,12 +6498,6 @@
|
|
|
6810
6498
|
"model": "worldSteel",
|
|
6811
6499
|
"term": "nButaneToAirInputsProduction"
|
|
6812
6500
|
},
|
|
6813
|
-
{
|
|
6814
|
-
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6815
|
-
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
6816
|
-
"model": "worldSteel",
|
|
6817
|
-
"term": "nButylAcetateToAirInputsProduction"
|
|
6818
|
-
},
|
|
6819
6501
|
{
|
|
6820
6502
|
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6821
6503
|
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
@@ -6858,12 +6540,6 @@
|
|
|
6858
6540
|
"model": "worldSteel",
|
|
6859
6541
|
"term": "nmvocToAirInputsProduction"
|
|
6860
6542
|
},
|
|
6861
|
-
{
|
|
6862
|
-
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6863
|
-
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
6864
|
-
"model": "worldSteel",
|
|
6865
|
-
"term": "no2ToAirInputsProduction"
|
|
6866
|
-
},
|
|
6867
6543
|
{
|
|
6868
6544
|
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6869
6545
|
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
@@ -6910,19 +6586,13 @@
|
|
|
6910
6586
|
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6911
6587
|
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
6912
6588
|
"model": "worldSteel",
|
|
6913
|
-
"term": "
|
|
6914
|
-
},
|
|
6915
|
-
{
|
|
6916
|
-
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6917
|
-
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
6918
|
-
"model": "worldSteel",
|
|
6919
|
-
"term": "pesticideToSaltWaterInputsProduction"
|
|
6589
|
+
"term": "pesticideToSoilInputsProduction"
|
|
6920
6590
|
},
|
|
6921
6591
|
{
|
|
6922
6592
|
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6923
6593
|
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
6924
6594
|
"model": "worldSteel",
|
|
6925
|
-
"term": "
|
|
6595
|
+
"term": "pesticideToWaterInputsProduction"
|
|
6926
6596
|
},
|
|
6927
6597
|
{
|
|
6928
6598
|
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
@@ -6948,12 +6618,6 @@
|
|
|
6948
6618
|
"model": "worldSteel",
|
|
6949
6619
|
"term": "pm25ToAirInputsProduction"
|
|
6950
6620
|
},
|
|
6951
|
-
{
|
|
6952
|
-
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6953
|
-
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
6954
|
-
"model": "worldSteel",
|
|
6955
|
-
"term": "po43ToSoilInputsProduction"
|
|
6956
|
-
},
|
|
6957
6621
|
{
|
|
6958
6622
|
"path": "hestia_earth/models/worldSteel/cycle.py",
|
|
6959
6623
|
"docPath": "hestia_earth/models/worldSteel/cycle.md",
|
|
@@ -7026,42 +6690,12 @@
|
|
|
7026
6690
|
"model": "worldSteel",
|
|
7027
6691
|
"term": "freshwaterWithdrawalsInputsProduction"
|
|
7028
6692
|
},
|
|
7029
|
-
{
|
|
7030
|
-
"path": "hestia_earth/models/worldSteel/impact_assessment.py",
|
|
7031
|
-
"docPath": "hestia_earth/models/worldSteel/impact_assessment.md",
|
|
7032
|
-
"model": "worldSteel",
|
|
7033
|
-
"term": "landOccupationInputsProduction"
|
|
7034
|
-
},
|
|
7035
|
-
{
|
|
7036
|
-
"path": "hestia_earth/models/worldSteel/impact_assessment.py",
|
|
7037
|
-
"docPath": "hestia_earth/models/worldSteel/impact_assessment.md",
|
|
7038
|
-
"model": "worldSteel",
|
|
7039
|
-
"term": "landTransformation20YearAverageInputsProduction"
|
|
7040
|
-
},
|
|
7041
|
-
{
|
|
7042
|
-
"path": "hestia_earth/models/worldSteel/impact_assessment.py",
|
|
7043
|
-
"docPath": "hestia_earth/models/worldSteel/impact_assessment.md",
|
|
7044
|
-
"model": "worldSteel",
|
|
7045
|
-
"term": "resourceUseEnergyDepletionInputsProduction"
|
|
7046
|
-
},
|
|
7047
|
-
{
|
|
7048
|
-
"path": "hestia_earth/models/worldSteel/impact_assessment.py",
|
|
7049
|
-
"docPath": "hestia_earth/models/worldSteel/impact_assessment.md",
|
|
7050
|
-
"model": "worldSteel",
|
|
7051
|
-
"term": "resourceUseMineralsAndMetalsInputsProduction"
|
|
7052
|
-
},
|
|
7053
6693
|
{
|
|
7054
6694
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7055
6695
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7056
6696
|
"model": "linkedImpactAssessment",
|
|
7057
6697
|
"term": "1112TetrafluoroethaneToAirInputsProduction"
|
|
7058
6698
|
},
|
|
7059
|
-
{
|
|
7060
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7061
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7062
|
-
"model": "linkedImpactAssessment",
|
|
7063
|
-
"term": "11133PentafluoropropaneToAirInputsProduction"
|
|
7064
|
-
},
|
|
7065
6699
|
{
|
|
7066
6700
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7067
6701
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
@@ -7092,12 +6726,6 @@
|
|
|
7092
6726
|
"model": "linkedImpactAssessment",
|
|
7093
6727
|
"term": "123TrimethylbenzeneToAirInputsProduction"
|
|
7094
6728
|
},
|
|
7095
|
-
{
|
|
7096
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7097
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7098
|
-
"model": "linkedImpactAssessment",
|
|
7099
|
-
"term": "124TrimethylbenzeneToAirInputsProduction"
|
|
7100
|
-
},
|
|
7101
6729
|
{
|
|
7102
6730
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7103
6731
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
@@ -7128,18 +6756,6 @@
|
|
|
7128
6756
|
"model": "linkedImpactAssessment",
|
|
7129
6757
|
"term": "1Chloro11DifluoroethaneToAirInputsProduction"
|
|
7130
6758
|
},
|
|
7131
|
-
{
|
|
7132
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7133
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7134
|
-
"model": "linkedImpactAssessment",
|
|
7135
|
-
"term": "1Ethyl2MethylbenzeneToAirInputsProduction"
|
|
7136
|
-
},
|
|
7137
|
-
{
|
|
7138
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7139
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7140
|
-
"model": "linkedImpactAssessment",
|
|
7141
|
-
"term": "1Ethyl3MethylbenzeneToAirInputsProduction"
|
|
7142
|
-
},
|
|
7143
6759
|
{
|
|
7144
6760
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7145
6761
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
@@ -7164,12 +6780,6 @@
|
|
|
7164
6780
|
"model": "linkedImpactAssessment",
|
|
7165
6781
|
"term": "3MethylpentaneToAirInputsProduction"
|
|
7166
6782
|
},
|
|
7167
|
-
{
|
|
7168
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7169
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7170
|
-
"model": "linkedImpactAssessment",
|
|
7171
|
-
"term": "4EthyltolueneToAirInputsProduction"
|
|
7172
|
-
},
|
|
7173
6783
|
{
|
|
7174
6784
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7175
6785
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
@@ -7260,12 +6870,6 @@
|
|
|
7260
6870
|
"model": "linkedImpactAssessment",
|
|
7261
6871
|
"term": "carbonTetrachlorideToAirInputsProduction"
|
|
7262
6872
|
},
|
|
7263
|
-
{
|
|
7264
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7265
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7266
|
-
"model": "linkedImpactAssessment",
|
|
7267
|
-
"term": "cfc13ToAirInputsProduction"
|
|
7268
|
-
},
|
|
7269
6873
|
{
|
|
7270
6874
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7271
6875
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
@@ -7308,12 +6912,6 @@
|
|
|
7308
6912
|
"model": "linkedImpactAssessment",
|
|
7309
6913
|
"term": "co2ToAirInputsProduction"
|
|
7310
6914
|
},
|
|
7311
|
-
{
|
|
7312
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7313
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7314
|
-
"model": "linkedImpactAssessment",
|
|
7315
|
-
"term": "coToAirInputsProductionFossil"
|
|
7316
|
-
},
|
|
7317
6915
|
{
|
|
7318
6916
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7319
6917
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
@@ -7428,12 +7026,6 @@
|
|
|
7428
7026
|
"model": "linkedImpactAssessment",
|
|
7429
7027
|
"term": "hcfc21ToAirInputsProduction"
|
|
7430
7028
|
},
|
|
7431
|
-
{
|
|
7432
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7433
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7434
|
-
"model": "linkedImpactAssessment",
|
|
7435
|
-
"term": "heavyMetalsToWaterInputsProduction"
|
|
7436
|
-
},
|
|
7437
7029
|
{
|
|
7438
7030
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7439
7031
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
@@ -7470,24 +7062,6 @@
|
|
|
7470
7062
|
"model": "linkedImpactAssessment",
|
|
7471
7063
|
"term": "hfc32ToAirInputsProduction"
|
|
7472
7064
|
},
|
|
7473
|
-
{
|
|
7474
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7475
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7476
|
-
"model": "linkedImpactAssessment",
|
|
7477
|
-
"term": "ionisingCompoundsToAirInputsProduction"
|
|
7478
|
-
},
|
|
7479
|
-
{
|
|
7480
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7481
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7482
|
-
"model": "linkedImpactAssessment",
|
|
7483
|
-
"term": "ionisingCompoundsToSaltwaterInputsProduction"
|
|
7484
|
-
},
|
|
7485
|
-
{
|
|
7486
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7487
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7488
|
-
"model": "linkedImpactAssessment",
|
|
7489
|
-
"term": "ionisingCompoundsToWaterInputsProduction"
|
|
7490
|
-
},
|
|
7491
7065
|
{
|
|
7492
7066
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7493
7067
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
@@ -7578,12 +7152,6 @@
|
|
|
7578
7152
|
"model": "linkedImpactAssessment",
|
|
7579
7153
|
"term": "nButaneToAirInputsProduction"
|
|
7580
7154
|
},
|
|
7581
|
-
{
|
|
7582
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7583
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7584
|
-
"model": "linkedImpactAssessment",
|
|
7585
|
-
"term": "nButylAcetateToAirInputsProduction"
|
|
7586
|
-
},
|
|
7587
7155
|
{
|
|
7588
7156
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7589
7157
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
@@ -7650,12 +7218,6 @@
|
|
|
7650
7218
|
"model": "linkedImpactAssessment",
|
|
7651
7219
|
"term": "nmvocToAirInputsProduction"
|
|
7652
7220
|
},
|
|
7653
|
-
{
|
|
7654
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7655
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7656
|
-
"model": "linkedImpactAssessment",
|
|
7657
|
-
"term": "no2ToAirInputsProduction"
|
|
7658
|
-
},
|
|
7659
7221
|
{
|
|
7660
7222
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7661
7223
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
@@ -7692,12 +7254,6 @@
|
|
|
7692
7254
|
"model": "linkedImpactAssessment",
|
|
7693
7255
|
"term": "oXyleneToAirInputsProduction"
|
|
7694
7256
|
},
|
|
7695
|
-
{
|
|
7696
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7697
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7698
|
-
"model": "linkedImpactAssessment",
|
|
7699
|
-
"term": "octaneToAirInputsProduction"
|
|
7700
|
-
},
|
|
7701
7257
|
{
|
|
7702
7258
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7703
7259
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
@@ -7716,12 +7272,6 @@
|
|
|
7716
7272
|
"model": "linkedImpactAssessment",
|
|
7717
7273
|
"term": "pToSurfaceWaterInputsProduction"
|
|
7718
7274
|
},
|
|
7719
|
-
{
|
|
7720
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7721
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7722
|
-
"model": "linkedImpactAssessment",
|
|
7723
|
-
"term": "pXyleneToAirInputsProduction"
|
|
7724
|
-
},
|
|
7725
7275
|
{
|
|
7726
7276
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7727
7277
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
@@ -7734,42 +7284,12 @@
|
|
|
7734
7284
|
"model": "linkedImpactAssessment",
|
|
7735
7285
|
"term": "pesticideToAirInputsProduction"
|
|
7736
7286
|
},
|
|
7737
|
-
{
|
|
7738
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7739
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7740
|
-
"model": "linkedImpactAssessment",
|
|
7741
|
-
"term": "pesticideToAirUrbanCloseToGroundInputsProduction"
|
|
7742
|
-
},
|
|
7743
|
-
{
|
|
7744
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7745
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7746
|
-
"model": "linkedImpactAssessment",
|
|
7747
|
-
"term": "pesticideToFreshWaterInputsProduction"
|
|
7748
|
-
},
|
|
7749
|
-
{
|
|
7750
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7751
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7752
|
-
"model": "linkedImpactAssessment",
|
|
7753
|
-
"term": "pesticideToSaltWaterInputsProduction"
|
|
7754
|
-
},
|
|
7755
|
-
{
|
|
7756
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7757
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7758
|
-
"model": "linkedImpactAssessment",
|
|
7759
|
-
"term": "pesticideToSoilAgriculturalInputsProduction"
|
|
7760
|
-
},
|
|
7761
7287
|
{
|
|
7762
7288
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7763
7289
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7764
7290
|
"model": "linkedImpactAssessment",
|
|
7765
7291
|
"term": "pesticideToSoilInputsProduction"
|
|
7766
7292
|
},
|
|
7767
|
-
{
|
|
7768
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7769
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7770
|
-
"model": "linkedImpactAssessment",
|
|
7771
|
-
"term": "pesticideToSoilNonAgriculturalInputsProduction"
|
|
7772
|
-
},
|
|
7773
7293
|
{
|
|
7774
7294
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7775
7295
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
@@ -7812,12 +7332,6 @@
|
|
|
7812
7332
|
"model": "linkedImpactAssessment",
|
|
7813
7333
|
"term": "po43ToGroundwaterInputsProduction"
|
|
7814
7334
|
},
|
|
7815
|
-
{
|
|
7816
|
-
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7817
|
-
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
7818
|
-
"model": "linkedImpactAssessment",
|
|
7819
|
-
"term": "po43ToSoilInputsProduction"
|
|
7820
|
-
},
|
|
7821
7335
|
{
|
|
7822
7336
|
"path": "hestia_earth/models/linkedImpactAssessment/emissions.py",
|
|
7823
7337
|
"docPath": "hestia_earth/models/linkedImpactAssessment/emissions.md",
|
|
@@ -7908,12 +7422,6 @@
|
|
|
7908
7422
|
"model": "hestia",
|
|
7909
7423
|
"term": "1112TetrafluoroethaneToAirInputsProduction"
|
|
7910
7424
|
},
|
|
7911
|
-
{
|
|
7912
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
7913
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
7914
|
-
"model": "hestia",
|
|
7915
|
-
"term": "11133PentafluoropropaneToAirInputsProduction"
|
|
7916
|
-
},
|
|
7917
7425
|
{
|
|
7918
7426
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
7919
7427
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
@@ -7944,12 +7452,6 @@
|
|
|
7944
7452
|
"model": "hestia",
|
|
7945
7453
|
"term": "123TrimethylbenzeneToAirInputsProduction"
|
|
7946
7454
|
},
|
|
7947
|
-
{
|
|
7948
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
7949
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
7950
|
-
"model": "hestia",
|
|
7951
|
-
"term": "124TrimethylbenzeneToAirInputsProduction"
|
|
7952
|
-
},
|
|
7953
7455
|
{
|
|
7954
7456
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
7955
7457
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
@@ -7980,18 +7482,6 @@
|
|
|
7980
7482
|
"model": "hestia",
|
|
7981
7483
|
"term": "1Chloro11DifluoroethaneToAirInputsProduction"
|
|
7982
7484
|
},
|
|
7983
|
-
{
|
|
7984
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
7985
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
7986
|
-
"model": "hestia",
|
|
7987
|
-
"term": "1Ethyl2MethylbenzeneToAirInputsProduction"
|
|
7988
|
-
},
|
|
7989
|
-
{
|
|
7990
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
7991
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
7992
|
-
"model": "hestia",
|
|
7993
|
-
"term": "1Ethyl3MethylbenzeneToAirInputsProduction"
|
|
7994
|
-
},
|
|
7995
7485
|
{
|
|
7996
7486
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
7997
7487
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
@@ -8016,12 +7506,6 @@
|
|
|
8016
7506
|
"model": "hestia",
|
|
8017
7507
|
"term": "3MethylpentaneToAirInputsProduction"
|
|
8018
7508
|
},
|
|
8019
|
-
{
|
|
8020
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8021
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8022
|
-
"model": "hestia",
|
|
8023
|
-
"term": "4EthyltolueneToAirInputsProduction"
|
|
8024
|
-
},
|
|
8025
7509
|
{
|
|
8026
7510
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8027
7511
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
@@ -8112,12 +7596,6 @@
|
|
|
8112
7596
|
"model": "hestia",
|
|
8113
7597
|
"term": "carbonTetrachlorideToAirInputsProduction"
|
|
8114
7598
|
},
|
|
8115
|
-
{
|
|
8116
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8117
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8118
|
-
"model": "hestia",
|
|
8119
|
-
"term": "cfc13ToAirInputsProduction"
|
|
8120
|
-
},
|
|
8121
7599
|
{
|
|
8122
7600
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8123
7601
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
@@ -8160,12 +7638,6 @@
|
|
|
8160
7638
|
"model": "hestia",
|
|
8161
7639
|
"term": "co2ToAirInputsProduction"
|
|
8162
7640
|
},
|
|
8163
|
-
{
|
|
8164
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8165
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8166
|
-
"model": "hestia",
|
|
8167
|
-
"term": "coToAirInputsProductionFossil"
|
|
8168
|
-
},
|
|
8169
7641
|
{
|
|
8170
7642
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8171
7643
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
@@ -8280,12 +7752,6 @@
|
|
|
8280
7752
|
"model": "hestia",
|
|
8281
7753
|
"term": "hcfc21ToAirInputsProduction"
|
|
8282
7754
|
},
|
|
8283
|
-
{
|
|
8284
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8285
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8286
|
-
"model": "hestia",
|
|
8287
|
-
"term": "heavyMetalsToWaterInputsProduction"
|
|
8288
|
-
},
|
|
8289
7755
|
{
|
|
8290
7756
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8291
7757
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
@@ -8322,24 +7788,6 @@
|
|
|
8322
7788
|
"model": "hestia",
|
|
8323
7789
|
"term": "hfc32ToAirInputsProduction"
|
|
8324
7790
|
},
|
|
8325
|
-
{
|
|
8326
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8327
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8328
|
-
"model": "hestia",
|
|
8329
|
-
"term": "ionisingCompoundsToAirInputsProduction"
|
|
8330
|
-
},
|
|
8331
|
-
{
|
|
8332
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8333
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8334
|
-
"model": "hestia",
|
|
8335
|
-
"term": "ionisingCompoundsToSaltwaterInputsProduction"
|
|
8336
|
-
},
|
|
8337
|
-
{
|
|
8338
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8339
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8340
|
-
"model": "hestia",
|
|
8341
|
-
"term": "ionisingCompoundsToWaterInputsProduction"
|
|
8342
|
-
},
|
|
8343
7791
|
{
|
|
8344
7792
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8345
7793
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
@@ -8430,12 +7878,6 @@
|
|
|
8430
7878
|
"model": "hestia",
|
|
8431
7879
|
"term": "nButaneToAirInputsProduction"
|
|
8432
7880
|
},
|
|
8433
|
-
{
|
|
8434
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8435
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8436
|
-
"model": "hestia",
|
|
8437
|
-
"term": "nButylAcetateToAirInputsProduction"
|
|
8438
|
-
},
|
|
8439
7881
|
{
|
|
8440
7882
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8441
7883
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
@@ -8502,12 +7944,6 @@
|
|
|
8502
7944
|
"model": "hestia",
|
|
8503
7945
|
"term": "nmvocToAirInputsProduction"
|
|
8504
7946
|
},
|
|
8505
|
-
{
|
|
8506
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8507
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8508
|
-
"model": "hestia",
|
|
8509
|
-
"term": "no2ToAirInputsProduction"
|
|
8510
|
-
},
|
|
8511
7947
|
{
|
|
8512
7948
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8513
7949
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
@@ -8544,12 +7980,6 @@
|
|
|
8544
7980
|
"model": "hestia",
|
|
8545
7981
|
"term": "oXyleneToAirInputsProduction"
|
|
8546
7982
|
},
|
|
8547
|
-
{
|
|
8548
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8549
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8550
|
-
"model": "hestia",
|
|
8551
|
-
"term": "octaneToAirInputsProduction"
|
|
8552
|
-
},
|
|
8553
7983
|
{
|
|
8554
7984
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8555
7985
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
@@ -8568,12 +7998,6 @@
|
|
|
8568
7998
|
"model": "hestia",
|
|
8569
7999
|
"term": "pToSurfaceWaterInputsProduction"
|
|
8570
8000
|
},
|
|
8571
|
-
{
|
|
8572
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8573
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8574
|
-
"model": "hestia",
|
|
8575
|
-
"term": "pXyleneToAirInputsProduction"
|
|
8576
|
-
},
|
|
8577
8001
|
{
|
|
8578
8002
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8579
8003
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
@@ -8586,42 +8010,12 @@
|
|
|
8586
8010
|
"model": "hestia",
|
|
8587
8011
|
"term": "pesticideToAirInputsProduction"
|
|
8588
8012
|
},
|
|
8589
|
-
{
|
|
8590
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8591
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8592
|
-
"model": "hestia",
|
|
8593
|
-
"term": "pesticideToAirUrbanCloseToGroundInputsProduction"
|
|
8594
|
-
},
|
|
8595
|
-
{
|
|
8596
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8597
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8598
|
-
"model": "hestia",
|
|
8599
|
-
"term": "pesticideToFreshWaterInputsProduction"
|
|
8600
|
-
},
|
|
8601
|
-
{
|
|
8602
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8603
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8604
|
-
"model": "hestia",
|
|
8605
|
-
"term": "pesticideToSaltWaterInputsProduction"
|
|
8606
|
-
},
|
|
8607
|
-
{
|
|
8608
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8609
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8610
|
-
"model": "hestia",
|
|
8611
|
-
"term": "pesticideToSoilAgriculturalInputsProduction"
|
|
8612
|
-
},
|
|
8613
8013
|
{
|
|
8614
8014
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8615
8015
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8616
8016
|
"model": "hestia",
|
|
8617
8017
|
"term": "pesticideToSoilInputsProduction"
|
|
8618
8018
|
},
|
|
8619
|
-
{
|
|
8620
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8621
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8622
|
-
"model": "hestia",
|
|
8623
|
-
"term": "pesticideToSoilNonAgriculturalInputsProduction"
|
|
8624
|
-
},
|
|
8625
8019
|
{
|
|
8626
8020
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8627
8021
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
@@ -8664,12 +8058,6 @@
|
|
|
8664
8058
|
"model": "hestia",
|
|
8665
8059
|
"term": "po43ToGroundwaterInputsProduction"
|
|
8666
8060
|
},
|
|
8667
|
-
{
|
|
8668
|
-
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8669
|
-
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
|
8670
|
-
"model": "hestia",
|
|
8671
|
-
"term": "po43ToSoilInputsProduction"
|
|
8672
|
-
},
|
|
8673
8061
|
{
|
|
8674
8062
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
8675
8063
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|