Just finished a weather analytics code translation test from Fortran to C++ and Python. It was simple temperature high/low averaging, so to amp up the processing, I worked with Gemini to add a Monte Carlo simulation for a 7-day weather forecast, and a 2D heat diffusion/advection physics model to calculate the temperatures across a NxN grid over T time divisions.