Dynamic temperature
I updated the temperature input from being static to temporally dynamic. Now, each new timestep uses a corresponding underlying temperature raster.
To validate the results, I exported the extracted NetCDF data from Go, generated a new raster file based on this extraction, and compared it to the original input file. The output appears to be correct.
However, I’m not entirely confident that my implementation is the best or most correct approach, so feedback is very welcome.