@hestia-earth/engine-models 0.73.3 → 0.73.5

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/Site.json CHANGED
@@ -523,6 +523,17 @@
523
523
  "replaceThreshold": ["value", 0.01]
524
524
  },
525
525
  "stage": 2
526
+ },
527
+ {
528
+ "key": "measurements",
529
+ "model": "ipcc2019",
530
+ "value": "biocharOrganicCarbonPerHa",
531
+ "runStrategy": "always",
532
+ "mergeStrategy": "list",
533
+ "mergeArgs": {
534
+ "replaceThreshold": ["value", 0.01]
535
+ },
536
+ "stage": 2
526
537
  }
527
538
  ]
528
539
  ]
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.73.3";
1
+ export declare const ENGINE_VERSION = "0.73.5";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ENGINE_VERSION = void 0;
4
- exports.ENGINE_VERSION = '0.73.3';
4
+ exports.ENGINE_VERSION = '0.73.5';
package/model-links.json CHANGED
@@ -1790,6 +1790,15 @@
1790
1790
  "completeness"
1791
1791
  ]
1792
1792
  },
1793
+ {
1794
+ "path": "hestia_earth/models/ipcc2019/biocharOrganicCarbonPerHa.py",
1795
+ "docPath": "hestia_earth/models/ipcc2019/biocharOrganicCarbonPerHa.md",
1796
+ "model": "ipcc2019",
1797
+ "term": "biocharOrganicCarbonPerHa",
1798
+ "dependencies": [
1799
+ "related"
1800
+ ]
1801
+ },
1793
1802
  {
1794
1803
  "path": "hestia_earth/models/ipcc2019/carbonContent.py",
1795
1804
  "docPath": "hestia_earth/models/ipcc2019/carbonContent.md",
@@ -9407,6 +9416,46 @@
9407
9416
  }
9408
9417
  ]
9409
9418
  },
9419
+ "region-crop-cropGroupingFAOSTAT-landCover-annualCropland": {
9420
+ "all": [
9421
+ {
9422
+ "model": "hestia",
9423
+ "modelKey": "landCover"
9424
+ }
9425
+ ]
9426
+ },
9427
+ "region-crop-cropGroupingFAOSTAT-landCover-forest": {
9428
+ "all": [
9429
+ {
9430
+ "model": "hestia",
9431
+ "modelKey": "landCover"
9432
+ }
9433
+ ]
9434
+ },
9435
+ "region-crop-cropGroupingFAOSTAT-landCover-otherLand": {
9436
+ "all": [
9437
+ {
9438
+ "model": "hestia",
9439
+ "modelKey": "landCover"
9440
+ }
9441
+ ]
9442
+ },
9443
+ "region-crop-cropGroupingFAOSTAT-landCover-permanentCropland": {
9444
+ "all": [
9445
+ {
9446
+ "model": "hestia",
9447
+ "modelKey": "landCover"
9448
+ }
9449
+ ]
9450
+ },
9451
+ "region-crop-cropGroupingFAOSTAT-landCover-permanentPasture": {
9452
+ "all": [
9453
+ {
9454
+ "model": "hestia",
9455
+ "modelKey": "landCover"
9456
+ }
9457
+ ]
9458
+ },
9410
9459
  "region-crop-cropGroupingFaostatProduction-areaHarvestedUpTo20YearExpansion": {
9411
9460
  "all": [
9412
9461
  {
@@ -9873,6 +9922,20 @@
9873
9922
  }
9874
9923
  ]
9875
9924
  },
9925
+ "biochar": {
9926
+ "FRAC_OC_REMAINING_100_YEARS": [
9927
+ {
9928
+ "model": "ipcc2019",
9929
+ "term": "biocharOrganicCarbonPerHa"
9930
+ }
9931
+ ],
9932
+ "FRAC_OC_REMAINING_100_YEARS_SD": [
9933
+ {
9934
+ "model": "ipcc2019",
9935
+ "term": "biocharOrganicCarbonPerHa"
9936
+ }
9937
+ ]
9938
+ },
9876
9939
  "region-excreta-excretaManagement-ch4B0": {
9877
9940
  "all": [
9878
9941
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/engine-models",
3
- "version": "0.73.3",
3
+ "version": "0.73.5",
4
4
  "description": "HESTIA Engine Models",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",