@hestia-earth/engine-models 0.87.0 → 0.87.1
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/index.json +63 -8
- 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.1";
|
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.1";
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const ENGINE_VERSION = '0.87.
|
|
1
|
+
export const ENGINE_VERSION = '0.87.1';
|
package/formulas/index.json
CHANGED
|
@@ -3404,22 +3404,22 @@
|
|
|
3404
3404
|
],
|
|
3405
3405
|
"hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.md": [
|
|
3406
3406
|
{
|
|
3407
|
-
"formula": "NO_3 =
|
|
3407
|
+
"formula": "NO_3 = (N_{prp} + N_{oem}) \\times \\frac{62}{14}",
|
|
3408
3408
|
"bindings": [
|
|
3409
3409
|
{
|
|
3410
3410
|
"symbol": "NO_3",
|
|
3411
|
-
"description": "nitrate leached to groundwater (kg NO<sub>3</sub>)",
|
|
3411
|
+
"description": "total nitrate leached to groundwater (kg NO<sub>3</sub>)",
|
|
3412
3412
|
"key": "value"
|
|
3413
3413
|
},
|
|
3414
3414
|
{
|
|
3415
|
-
"symbol": "
|
|
3416
|
-
"description": "nitrogen from
|
|
3417
|
-
"key": "
|
|
3415
|
+
"symbol": "N_{prp}",
|
|
3416
|
+
"description": "nitrogen leached to groundwater from excreta left on pasture (kg NO<sub>3</sub>-N)",
|
|
3417
|
+
"key": "n_prp"
|
|
3418
3418
|
},
|
|
3419
3419
|
{
|
|
3420
|
-
"symbol": "
|
|
3421
|
-
"description": "
|
|
3422
|
-
"key": "
|
|
3420
|
+
"symbol": "N_{oem}",
|
|
3421
|
+
"description": "nitrogen leached to groundwater from other excreta management systems (kg NO<sub>3</sub>-N)",
|
|
3422
|
+
"key": "n_oem"
|
|
3423
3423
|
},
|
|
3424
3424
|
{
|
|
3425
3425
|
"symbol": "\\frac{62}{14}",
|
|
@@ -3427,6 +3427,61 @@
|
|
|
3427
3427
|
"constant": ""
|
|
3428
3428
|
}
|
|
3429
3429
|
]
|
|
3430
|
+
},
|
|
3431
|
+
{
|
|
3432
|
+
"formula": "N_{prp} = N_{excreta} \\times Frac_{LEACH} \\times Frac_{prp}",
|
|
3433
|
+
"bindings": [
|
|
3434
|
+
{
|
|
3435
|
+
"symbol": "N_{prp}",
|
|
3436
|
+
"description": "nitrogen leached to groundwater from excreta left on pasture (kg NO<sub>3</sub>-N)"
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"symbol": "N_{excreta}",
|
|
3440
|
+
"description": "nitrogen from animal excreta inputs (kg N)",
|
|
3441
|
+
"key": "n_total"
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"symbol": "Frac_{LEACH}",
|
|
3445
|
+
"description": "fraction of nitrogen lost through leaching",
|
|
3446
|
+
"key": "frachLeach"
|
|
3447
|
+
},
|
|
3448
|
+
{
|
|
3449
|
+
"symbol": "Frac_{prp}",
|
|
3450
|
+
"description": "fraction of animal excreta left on pasture",
|
|
3451
|
+
"key": "frac_prp"
|
|
3452
|
+
}
|
|
3453
|
+
]
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"formula": "N_{oem} = \\frac{\\sum_{e=1}^{E} N_e \\times EF_e}{E} \\times Frac_{oem}",
|
|
3457
|
+
"bindings": [
|
|
3458
|
+
{
|
|
3459
|
+
"symbol": "N_{oem}",
|
|
3460
|
+
"description": "nitrogen leached to groundwater from other excreta management systems (kg NO<sub>3</sub>-N)"
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"symbol": "E",
|
|
3464
|
+
"description": "Number of excreta types",
|
|
3465
|
+
"key": "n_excreta_types"
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
"symbol": "N_e",
|
|
3469
|
+
"description": "nitrogen from animal excreta input $e$ (kg N)",
|
|
3470
|
+
"key": "n_totals",
|
|
3471
|
+
"column": "excreta_id"
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
"symbol": "EF_e",
|
|
3475
|
+
"description": "emission factor for animal excreta input $e$ (kg NO<sub>3</sub>-N / kg N)",
|
|
3476
|
+
"key": "average_emission_factors",
|
|
3477
|
+
"column": "excreta_id"
|
|
3478
|
+
},
|
|
3479
|
+
{
|
|
3480
|
+
"symbol": "Frac_{oem}",
|
|
3481
|
+
"description": "fraction of animal excreta left on pasture",
|
|
3482
|
+
"key": "frac_oem"
|
|
3483
|
+
}
|
|
3484
|
+
]
|
|
3430
3485
|
}
|
|
3431
3486
|
],
|
|
3432
3487
|
"hestia_earth/models/ipcc2019/no3ToGroundwaterInorganicFertiliser.md": [
|