@hestia-earth/engine-models 0.76.2 → 0.76.4

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 CHANGED
@@ -2096,6 +2096,36 @@
2096
2096
  },
2097
2097
  "stage": 2
2098
2098
  },
2099
+ {
2100
+ "key": "emissions",
2101
+ "model": "hestia",
2102
+ "value": "nh3ToAirOrganicSoilCultivation",
2103
+ "runStrategy": "add_blank_node_if_missing",
2104
+ "runArgs": {
2105
+ "runNonMeasured": true,
2106
+ "runNonAddedTerm": true
2107
+ },
2108
+ "mergeStrategy": "list",
2109
+ "mergeArgs": {
2110
+ "replaceThreshold": ["value", 0.01]
2111
+ },
2112
+ "stage": 2
2113
+ },
2114
+ {
2115
+ "key": "emissions",
2116
+ "model": "hestia",
2117
+ "value": "noxToAirOrganicSoilCultivation",
2118
+ "runStrategy": "add_blank_node_if_missing",
2119
+ "runArgs": {
2120
+ "runNonMeasured": true,
2121
+ "runNonAddedTerm": true
2122
+ },
2123
+ "mergeStrategy": "list",
2124
+ "mergeArgs": {
2125
+ "replaceThreshold": ["value", 0.01]
2126
+ },
2127
+ "stage": 2
2128
+ },
2099
2129
  {
2100
2130
  "key": "emissions",
2101
2131
  "model": "ipcc2019",
package/config/Site.json CHANGED
@@ -446,9 +446,6 @@
446
446
  "value": "management",
447
447
  "runStrategy": "always",
448
448
  "mergeStrategy": "list",
449
- "mergeArgs": {
450
- "matchDatesFormat": "%Y"
451
- },
452
449
  "stage": 2
453
450
  },
454
451
  [
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.76.2";
1
+ export declare const ENGINE_VERSION = "0.76.4";
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.76.2';
4
+ exports.ENGINE_VERSION = '0.76.4';