added rye, one for each equation to determine the most accurate

This commit is contained in:
csawatzky 2025-09-02 09:22:16 -06:00
parent f7df4d92d8
commit 8bcb2bf60c

View file

@ -539,12 +539,13 @@ export const GrainExtensions: Map<pond.Grain, GrainExtension> = new Map([
colour: "grey",
weightConversionKg: 27.2155,
bushelsPerTonne: 36.744
},
}
],[
pond.Grain.GRAIN_RYE_A,
{
name: "Rye a",
group: "Rye",
equation: ,
equation: Equation.henderson,
a: 0.00006343,
b: 2.2060,
c: 13.1810,
@ -553,12 +554,13 @@ export const GrainExtensions: Map<pond.Grain, GrainExtension> = new Map([
colour: "grey",
weightConversionKg: 25.4,
bushelsPerTonne: 39.368
},
}
],[
pond.Grain.GRAIN_RYE_B,
{
name: "Rye b",
group: "Rye",
equation: ,
equation: Equation.chungPfost,
a: 461.0230,
b: 0.1840,
c: 36.7410,
@ -568,11 +570,12 @@ export const GrainExtensions: Map<pond.Grain, GrainExtension> = new Map([
weightConversionKg: 25.4,
bushelsPerTonne: 39.368
},
],[
pond.Grain.GRAIN_RYE_C,
{
name: "Rye c",
group: "Rye",
equation: ,
equation: Equation.halsey,
a: 4.2970,
b: 0.380,
c: 2.2710,
@ -582,11 +585,12 @@ export const GrainExtensions: Map<pond.Grain, GrainExtension> = new Map([
weightConversionKg: 25.4,
bushelsPerTonne: 39.368
},
],[
pond.Grain.GRAIN_RYE_D,
{
name: "Rye d",
group: "Rye",
equation: ,
equation: Equation.oswin,
a: 11.8870,
b: 0.0210,
c: 3.2620,