@hestia-earth/engine-models 0.85.3 → 0.86.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/cjs/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.85.3";
1
+ export declare const ENGINE_VERSION = "0.86.0";
package/cjs/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.85.3';
4
+ exports.ENGINE_VERSION = '0.86.0';
package/esm/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.85.3";
1
+ export declare const ENGINE_VERSION = "0.86.0";
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export const ENGINE_VERSION = '0.85.3';
1
+ export const ENGINE_VERSION = '0.86.0';
@@ -2167,7 +2167,7 @@
2167
2167
  ],
2168
2168
  "hestia_earth/models/ipcc2019/ch4ToAirExcreta.md": [
2169
2169
  {
2170
- "formula": "CH_4 = \\left( \\sum_i VS_i \\times B_{0,i} \\right) \\times 0.67 \\times \\frac{MCF}{100}",
2170
+ "formula": "CH_4 = \\left( \\sum_i VS_i \\times B_{0,i,p} \\right) \\times 0.67 \\times \\frac{MCF_{s,z,d}}{100}",
2171
2171
  "bindings": [
2172
2172
  {
2173
2173
  "symbol": "CH_4",
@@ -2181,8 +2181,8 @@
2181
2181
  "column": "value"
2182
2182
  },
2183
2183
  {
2184
- "symbol": "B_{0,i}",
2185
- "description": "maximum CH<sub>4</sub> producing capacity of each excreta input $i$ (m<sup>3</sup> CH<sub>4</sub> per kg VS)",
2184
+ "symbol": "B_{0,i,p}",
2185
+ "description": "maximum CH<sub>4</sub> producing capacity of each excreta input $i$ at productivity level $p$ (m<sup>3</sup> CH<sub>4</sub> per kg VS)",
2186
2186
  "key": "excreta_details",
2187
2187
  "column": "b0"
2188
2188
  },
@@ -2192,8 +2192,8 @@
2192
2192
  "constant": ""
2193
2193
  },
2194
2194
  {
2195
- "symbol": "MCF",
2196
- "description": "methane conversion factor (%)",
2195
+ "symbol": "MCF_{s,z,d}",
2196
+ "description": "methane conversion factor for management system $s$, eco-climate zone $z$ and storage duration $d$ (%)",
2197
2197
  "key": "CH4_conv_factor"
2198
2198
  },
2199
2199
  {
package/model-links.json CHANGED
@@ -1043,7 +1043,7 @@
1043
1043
  {
1044
1044
  "path": "hestia_earth/models/geospatialDatabase/awareWaterBasinId_v1.py",
1045
1045
  "docPath": "hestia_earth/models/geospatialDatabase/awareWaterBasinId_v1.md",
1046
- "guidePath": "geospatialDatabase-awareWaterBasinId_v1#Geospatial%20Database",
1046
+ "guidePath": "geospatialDatabase-awareWaterBasinId-v1#Geospatial%20Database",
1047
1047
  "model": "geospatialDatabase",
1048
1048
  "modelKey": "awareWaterBasinId_v1"
1049
1049
  },
@@ -1338,7 +1338,7 @@
1338
1338
  {
1339
1339
  "path": "hestia_earth/models/hestia/aboveGroundCropResidue.py",
1340
1340
  "docPath": "hestia_earth/models/hestia/aboveGroundCropResidue.md",
1341
- "guidePath": "hestia-aboveGroundCropResidue#HESTIA",
1341
+ "guidePath": "aboveGroundCropResidue#HESTIA",
1342
1342
  "model": "hestia",
1343
1343
  "modelKey": "aboveGroundCropResidue",
1344
1344
  "dependencies": [
@@ -1482,7 +1482,7 @@
1482
1482
  {
1483
1483
  "path": "hestia_earth/models/hestia/cropResidueManagement.py",
1484
1484
  "docPath": "hestia_earth/models/hestia/cropResidueManagement.md",
1485
- "guidePath": "hestia-cropResidueManagement#HESTIA",
1485
+ "guidePath": "cropResidueManagement#HESTIA",
1486
1486
  "model": "hestia",
1487
1487
  "modelKey": "cropResidueManagement"
1488
1488
  },
@@ -4765,7 +4765,7 @@
4765
4765
  {
4766
4766
  "path": "hestia_earth/models/site/grouped_measurement.py",
4767
4767
  "docPath": "hestia_earth/models/site/grouped_measurement.md",
4768
- "guidePath": "site-grouped_measurement#Site",
4768
+ "guidePath": "site-grouped-measurement#Site",
4769
4769
  "model": "site",
4770
4770
  "modelKey": "grouped_measurement"
4771
4771
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/engine-models",
3
- "version": "0.85.3",
3
+ "version": "0.86.0",
4
4
  "description": "HESTIA Engine Models",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
@@ -72,12 +72,12 @@
72
72
  "@babel/preset-typescript": "^7.28.5",
73
73
  "@commitlint/cli": "^19.8.1",
74
74
  "@commitlint/config-conventional": "^19.8.1",
75
- "@hestia-earth/api": "^0.28.14",
75
+ "@hestia-earth/api": "^0.28.21",
76
76
  "@hestia-earth/eslint-config": "^0.1.1",
77
- "@hestia-earth/json-schema": "^38.2.0",
78
- "@hestia-earth/schema": "^38.2.0",
79
- "@hestia-earth/schema-validation": "^38.2.0",
80
- "@hestia-earth/utils": "^0.17.25",
77
+ "@hestia-earth/json-schema": "^39.0.0",
78
+ "@hestia-earth/schema": "^39.0.0",
79
+ "@hestia-earth/schema-validation": "^39.0.0",
80
+ "@hestia-earth/utils": "^0.17.26",
81
81
  "@jest/globals": "^29.7.0",
82
82
  "@types/node": "^22.19.15",
83
83
  "@typescript-eslint/eslint-plugin": "^5.62.0",