@hestia-earth/engine-models 0.74.1 → 0.74.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/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.74.1";
1
+ export declare const ENGINE_VERSION = "0.74.2";
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.74.1';
4
+ exports.ENGINE_VERSION = '0.74.2';
package/model-links.json CHANGED
@@ -8326,7 +8326,7 @@
8326
8326
  "modelKey": "cycle"
8327
8327
  }
8328
8328
  ],
8329
- "PRACTICE_INCREASING_C_INPUT": [
8329
+ "inputGapFillManagementTermId": [
8330
8330
  {
8331
8331
  "model": "hestia",
8332
8332
  "modelKey": "management"
@@ -9602,10 +9602,6 @@
9602
9602
  {
9603
9603
  "model": "hestia",
9604
9604
  "modelKey": "inorganicFertiliser"
9605
- },
9606
- {
9607
- "model": "hestia",
9608
- "modelKey": "management"
9609
9605
  }
9610
9606
  ],
9611
9607
  "nitrogenContent-min": [
@@ -9656,6 +9652,12 @@
9656
9652
  "modelKey": "inorganicFertiliser"
9657
9653
  }
9658
9654
  ],
9655
+ "inputGapFillManagementTermId": [
9656
+ {
9657
+ "model": "hestia",
9658
+ "modelKey": "management"
9659
+ }
9660
+ ],
9659
9661
  "Urea_UAS_Amm_Bicarb": [
9660
9662
  {
9661
9663
  "model": "ipcc2019",
@@ -10456,7 +10458,7 @@
10456
10458
  "modelKey": "default_resourceUse"
10457
10459
  }
10458
10460
  ],
10459
- "ANIMAL_MANURE": [
10461
+ "inputGapFillManagementTermId": [
10460
10462
  {
10461
10463
  "model": "hestia",
10462
10464
  "modelKey": "management"
@@ -10767,6 +10769,26 @@
10767
10769
  }
10768
10770
  ]
10769
10771
  },
10772
+ "biochar": {
10773
+ "inputGapFillManagementTermId": [
10774
+ {
10775
+ "model": "hestia",
10776
+ "modelKey": "management"
10777
+ }
10778
+ ],
10779
+ "FRAC_OC_REMAINING_100_YEARS": [
10780
+ {
10781
+ "model": "ipcc2019",
10782
+ "term": "biocharOrganicCarbonPerHa"
10783
+ }
10784
+ ],
10785
+ "FRAC_OC_REMAINING_100_YEARS_SD": [
10786
+ {
10787
+ "model": "ipcc2019",
10788
+ "term": "biocharOrganicCarbonPerHa"
10789
+ }
10790
+ ]
10791
+ },
10770
10792
  "landUseManagement": {
10771
10793
  "GAP_FILL_TO_MANAGEMENT": [
10772
10794
  {
@@ -11209,20 +11231,6 @@
11209
11231
  }
11210
11232
  ]
11211
11233
  },
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
11234
  "region-excreta-excretaManagement-ch4B0": {
11227
11235
  "all": [
11228
11236
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/engine-models",
3
- "version": "0.74.1",
3
+ "version": "0.74.2",
4
4
  "description": "HESTIA Engine Models",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",