@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 +30 -0
- package/config/Site.json +0 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/model-links.json +733 -40
- package/package.json +1 -1
- package/search-results.json +1 -1
- package/src/version.ts +1 -1
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
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ENGINE_VERSION = "0.76.
|
|
1
|
+
export declare const ENGINE_VERSION = "0.76.4";
|
package/dist/version.js
CHANGED