Changed Names:

Currently still only on NorthTemperature reliant, compadible version
This commit is contained in:
StempunkDev 2023-07-25 13:53:22 +02:00
parent 7d40c8a1e4
commit 1516b1f11c
3 changed files with 13 additions and 13 deletions

View file

@ -1010,9 +1010,9 @@ function calculateTemperatures() {
cells.temp = new Int8Array(cells.i.length); // temperature array
const tEq = +temperatureEquatorInput.value;
const tPoleN = +temperaturePoleInput.value;
const tPoleN = +temperatureNorthPoleInput.value;
//TODO Find proper delta to calculate
const tSPole = +temperatureSPoleInput.value;
const tSPole = +temperatureSouthPoleInput.value;
const tDelta = tEq - tPoleN;
const int = d3.easePolyInOut.exponent(0.5); // interpolation function