@hestia-earth/engine-models 0.68.1 → 0.69.0

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
@@ -549,6 +549,14 @@
549
549
  "mergeStrategy": "list",
550
550
  "stage": 2
551
551
  },
552
+ {
553
+ "key": "animals",
554
+ "model": "cycle",
555
+ "value": "animal.properties",
556
+ "runStrategy": "always",
557
+ "mergeStrategy": "list",
558
+ "stage": 2
559
+ },
552
560
  [
553
561
  {
554
562
  "key": "products",
@@ -1808,36 +1816,6 @@
1808
1816
  },
1809
1817
  "stage": 2
1810
1818
  },
1811
- {
1812
- "key": "emissions",
1813
- "model": "blonkConsultants2016",
1814
- "value": "ch4ToAirNaturalVegetationBurning",
1815
- "runStrategy": "add_blank_node_if_missing",
1816
- "runArgs": {
1817
- "runNonMeasured": true,
1818
- "runNonAddedTerm": true
1819
- },
1820
- "mergeStrategy": "list",
1821
- "mergeArgs": {
1822
- "replaceThreshold": ["value", 0.01]
1823
- },
1824
- "stage": 2
1825
- },
1826
- {
1827
- "key": "emissions",
1828
- "model": "blonkConsultants2016",
1829
- "value": "n2OToAirNaturalVegetationBurningDirect",
1830
- "runStrategy": "add_blank_node_if_missing",
1831
- "runArgs": {
1832
- "runNonMeasured": true,
1833
- "runNonAddedTerm": true
1834
- },
1835
- "mergeStrategy": "list",
1836
- "mergeArgs": {
1837
- "replaceThreshold": ["value", 0.01]
1838
- },
1839
- "stage": 2
1840
- },
1841
1819
  {
1842
1820
  "key": "emissions",
1843
1821
  "model": "ipcc2019",
@@ -2163,6 +2141,21 @@
2163
2141
  "replaceThreshold": ["value", 0.01]
2164
2142
  },
2165
2143
  "stage": 2
2144
+ },
2145
+ {
2146
+ "key": "emissions",
2147
+ "model": "hestia",
2148
+ "value": "nh3ToSurfaceWaterAquacultureSystems",
2149
+ "runStrategy": "add_blank_node_if_missing",
2150
+ "runArgs": {
2151
+ "runNonMeasured": true,
2152
+ "runNonAddedTerm": true
2153
+ },
2154
+ "mergeStrategy": "list",
2155
+ "mergeArgs": {
2156
+ "replaceThreshold": ["value", 0.01]
2157
+ },
2158
+ "stage": 2
2166
2159
  }
2167
2160
  ],
2168
2161
  {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.68.1";
1
+ export declare const ENGINE_VERSION = "0.69.0";
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.68.1';
4
+ exports.ENGINE_VERSION = '0.69.0';