Next will be creating the master table for the aridity index (and maybe other things will be included in the table as well)
the idea is to have a table that will automatically tells us if a climate is humid, a steppe or a desert.
But will also tell us if it is S, F or W according to the position in the table.
Basically, it's a huge table containing 36 aridity index tables (6x6). one for each of the rain combinations.
I will use different aridity tables depending if the rain combo is S,F or W. So the numbers won't be identical, there will be 3 different sets.
Then I compare the aridity threshold with the actual precipitations. for example, it mean the threshold first block in the top left (the wettest) will be compared to the precipitation of that block (2400).
If precipitations are higher than the threshold, it will return a certain output, not sure what yet. Another output if it is less than the threshold but more than threshold/2. And a last output if it's something else.
Maybe it will be on different table or just in one. I think it could work all in one but requires more planning maybe.