@hestia-earth/engine-models 0.75.14 → 0.75.16
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 +12 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/model-links.json +1047 -3201
- package/package.json +1 -1
- package/search-results.json +1 -1
- package/src/version.ts +1 -1
package/config/Cycle.json
CHANGED
|
@@ -835,6 +835,16 @@
|
|
|
835
835
|
"stage": 2
|
|
836
836
|
}
|
|
837
837
|
],
|
|
838
|
+
[
|
|
839
|
+
{
|
|
840
|
+
"key": "practices",
|
|
841
|
+
"model": "hestia",
|
|
842
|
+
"value": "yieldOfPrimaryAquacultureProductLiveweightPerM2",
|
|
843
|
+
"runStrategy": "add_blank_node_if_missing",
|
|
844
|
+
"mergeStrategy": "list",
|
|
845
|
+
"stage": 1
|
|
846
|
+
}
|
|
847
|
+
],
|
|
838
848
|
{
|
|
839
849
|
"key": "completeness",
|
|
840
850
|
"model": "cycle",
|
|
@@ -1206,7 +1216,7 @@
|
|
|
1206
1216
|
},
|
|
1207
1217
|
{
|
|
1208
1218
|
"key": "emissions",
|
|
1209
|
-
"model": "
|
|
1219
|
+
"model": "pooreNemecek2018",
|
|
1210
1220
|
"value": "ch4ToAirAquacultureSystems",
|
|
1211
1221
|
"runStrategy": "add_blank_node_if_missing",
|
|
1212
1222
|
"runArgs": {
|
|
@@ -2375,7 +2385,7 @@
|
|
|
2375
2385
|
},
|
|
2376
2386
|
{
|
|
2377
2387
|
"key": "emissions",
|
|
2378
|
-
"model": "
|
|
2388
|
+
"model": "ipcc2019",
|
|
2379
2389
|
"value": "ch4ToAirAquacultureSystems",
|
|
2380
2390
|
"runStrategy": "add_blank_node_if_missing",
|
|
2381
2391
|
"runArgs": {
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ENGINE_VERSION = "0.75.
|
|
1
|
+
export declare const ENGINE_VERSION = "0.75.16";
|
package/dist/version.js
CHANGED