@hestia-earth/engine-models 0.87.3 → 0.87.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/cjs/version.d.ts +1 -1
- package/cjs/version.js +1 -1
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/formulas/README.md +4 -0
- package/formulas/index.json +4 -4
- package/model-links.json +100 -2090
- package/package.json +1 -1
package/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ENGINE_VERSION = "0.87.
|
|
1
|
+
export declare const ENGINE_VERSION = "0.87.4";
|
package/cjs/version.js
CHANGED
package/esm/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ENGINE_VERSION = "0.87.
|
|
1
|
+
export declare const ENGINE_VERSION = "0.87.4";
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const ENGINE_VERSION = '0.87.
|
|
1
|
+
export const ENGINE_VERSION = '0.87.4';
|
package/formulas/README.md
CHANGED
|
@@ -217,3 +217,7 @@ Where:
|
|
|
217
217
|
bound symbol is not in the formula or a symbol is bound twice. It warns (without
|
|
218
218
|
failing) when there is no `` `[value]` `` result, several results, or a key is not
|
|
219
219
|
found in the sibling `.py` — a hint that the value is logged via a shared util.
|
|
220
|
+
|
|
221
|
+
## Delimiters
|
|
222
|
+
|
|
223
|
+
The guide renders formulas with `marked-katex-extension`, whose tokenizer only picks up an inline `$...$` when the opening `$` starts the line or follows a space, and the closing `$` ends the line or is followed by a space or one of `?!.,:`. `($x$)` fails both and renders as literal `$x$` on the page, with no error anywhere — so write `( $x$ )`, or reword. `scripts/validate-katex.js` checks every model doc for this on every build.
|
package/formulas/index.json
CHANGED
|
@@ -2184,7 +2184,7 @@
|
|
|
2184
2184
|
"bindings": [
|
|
2185
2185
|
{
|
|
2186
2186
|
"symbol": "E_{CH4}",
|
|
2187
|
-
"description": "Methane emissions
|
|
2187
|
+
"description": "Methane emissions, in kg $CH_4$.",
|
|
2188
2188
|
"key": "value"
|
|
2189
2189
|
},
|
|
2190
2190
|
{
|
|
@@ -2199,7 +2199,7 @@
|
|
|
2199
2199
|
},
|
|
2200
2200
|
{
|
|
2201
2201
|
"symbol": "55.65",
|
|
2202
|
-
"description": "The energy content of methane
|
|
2202
|
+
"description": "The energy content of methane, in MJ/kg $CH_4$.",
|
|
2203
2203
|
"constant": ""
|
|
2204
2204
|
}
|
|
2205
2205
|
]
|
|
@@ -5721,12 +5721,12 @@
|
|
|
5721
5721
|
},
|
|
5722
5722
|
{
|
|
5723
5723
|
"symbol": "C_{resp}",
|
|
5724
|
-
"description": "is the carbon lost via respiration, in kg C per Cycle
|
|
5724
|
+
"description": "is the carbon lost via respiration, in kg C per Cycle, equal to $C_{harvest}$.",
|
|
5725
5725
|
"key": "c_resp"
|
|
5726
5726
|
},
|
|
5727
5727
|
{
|
|
5728
5728
|
"symbol": "C_{excr}",
|
|
5729
|
-
"description": "is the carbon in excreta, in kg C per Cycle
|
|
5729
|
+
"description": "is the carbon in excreta, in kg C per Cycle, half the value of $C_{harvest}$.",
|
|
5730
5730
|
"key": "c_excr"
|
|
5731
5731
|
},
|
|
5732
5732
|
{
|