@hestia-earth/engine-models 0.86.2 → 0.86.3

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.86.2";
1
+ export declare const ENGINE_VERSION = "0.86.3";
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.86.2';
4
+ exports.ENGINE_VERSION = '0.86.3';
package/config/Cycle.json CHANGED
@@ -369,6 +369,17 @@
369
369
  "mergeStrategy": "list",
370
370
  "stage": 1
371
371
  },
372
+ {
373
+ "key": "practices",
374
+ "model": "hestia",
375
+ "value": "organic",
376
+ "runStrategy": "add_blank_node_if_missing",
377
+ "runArgs": {
378
+ "skipEmptyValue": true
379
+ },
380
+ "mergeStrategy": "list",
381
+ "stage": 1
382
+ },
372
383
  {
373
384
  "key": "practices",
374
385
  "model": "pooreNemecek2018",
package/esm/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.86.2";
1
+ export declare const ENGINE_VERSION = "0.86.3";
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export const ENGINE_VERSION = '0.86.2';
1
+ export const ENGINE_VERSION = '0.86.3';
@@ -333,13 +333,8 @@
333
333
  ],
334
334
  "hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionDuringCycle.md": [
335
335
  {
336
- "formula": "RU_{energy} = \\sum_{i} E_i",
336
+ "formula": "RU_{cycle} = \\sum_{i} E_i",
337
337
  "bindings": [
338
- {
339
- "symbol": "RU_{energy}",
340
- "description": "Energy depletion resource use, MJ",
341
- "key": "value"
342
- },
343
338
  {
344
339
  "symbol": "E_i",
345
340
  "description": "Energy content of each input converted to MJ",
@@ -347,17 +342,37 @@
347
342
  "column": "value-in-MJ"
348
343
  }
349
344
  ]
350
- }
351
- ],
352
- "hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsDuringCycle.md": [
345
+ },
353
346
  {
354
- "formula": "RU_{minerals} = \\sum_{i} m_i",
347
+ "formula": "RU_{energy} = \\frac{V \\times RU_{cycle}}{100 \\times m_p}",
355
348
  "bindings": [
356
349
  {
357
- "symbol": "RU_{minerals}",
358
- "description": "Minerals and metals resource use, kg",
350
+ "symbol": "RU_{energy}",
351
+ "description": "Energy depletion resource use, MJ per unit of Product",
359
352
  "key": "value"
360
353
  },
354
+ {
355
+ "symbol": "V",
356
+ "description": "Economic value share of the Product, %",
357
+ "key": "economic_value_share"
358
+ },
359
+ {
360
+ "symbol": "m_p",
361
+ "description": "Product yield, units",
362
+ "key": "product_value"
363
+ },
364
+ {
365
+ "symbol": "100",
366
+ "description": "Percent to fraction",
367
+ "constant": ""
368
+ }
369
+ ]
370
+ }
371
+ ],
372
+ "hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsDuringCycle.md": [
373
+ {
374
+ "formula": "RU_{cycle} = \\sum_{i} m_i",
375
+ "bindings": [
361
376
  {
362
377
  "symbol": "m_i",
363
378
  "description": "Mass of each abiotic resource input, kg",
@@ -365,6 +380,31 @@
365
380
  "column": "value"
366
381
  }
367
382
  ]
383
+ },
384
+ {
385
+ "formula": "RU_{minerals} = \\frac{V \\times RU_{cycle}}{100 \\times m_p}",
386
+ "bindings": [
387
+ {
388
+ "symbol": "RU_{minerals}",
389
+ "description": "Minerals and metals resource use, kg per unit of Product",
390
+ "key": "value"
391
+ },
392
+ {
393
+ "symbol": "V",
394
+ "description": "Economic value share of the Product, %",
395
+ "key": "economic_value_share"
396
+ },
397
+ {
398
+ "symbol": "m_p",
399
+ "description": "Product yield, units",
400
+ "key": "product_value"
401
+ },
402
+ {
403
+ "symbol": "100",
404
+ "description": "Percent to fraction",
405
+ "constant": ""
406
+ }
407
+ ]
368
408
  }
369
409
  ],
370
410
  "hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.md": [