MClarkson
EF5
I have been working on a project to create a fairly high resolution 2 dimensional model covering a domain that is roughly the same size as a common set of thunderstorm cells. The 2 dimensional nature should allow me to capture most thunderstorm structure, but I will not be able to resolve 3d structure such as mesocyclones. Each pixel in the following image represents a 50m by 50m grid cell, of which there are 400 in the vertical and 800 in the horizontal (20km high by 40km wide at the moment.) The model is fully compressible, non-hydrostatic, and accounts for warm phase precipitation only (ice will be added soon). The equations of motions are solved using forward upstream differencing on a staggered c-grid. The time step is 0.05 seconds in order to remain numerically stable.
My first full resolution run that stayed stable just completed! This run took 18 hours on a single computer core, completing about 50 trillion calculations. The model itself runs in C++ and I created the graphics in java. Anyway, here is an animation of the cloud field. The simulated time between frames is 75 seconds. The atmosphere was initialized based on a very moist, unstable, and low vertical shear tropical sounding. I then triggered convection with a small warm bubble. I'll post some other fields in a bit. If you guys see anything that looks wrong, especially if you have an idea why, definitely point it out! This model can input any radiosonde observation, so if you guys see anything that you want a closer look at, give me a shout. Now that the model is mostly complete, I am looking for good test cases for the verification process.
My first full resolution run that stayed stable just completed! This run took 18 hours on a single computer core, completing about 50 trillion calculations. The model itself runs in C++ and I created the graphics in java. Anyway, here is an animation of the cloud field. The simulated time between frames is 75 seconds. The atmosphere was initialized based on a very moist, unstable, and low vertical shear tropical sounding. I then triggered convection with a small warm bubble. I'll post some other fields in a bit. If you guys see anything that looks wrong, especially if you have an idea why, definitely point it out! This model can input any radiosonde observation, so if you guys see anything that you want a closer look at, give me a shout. Now that the model is mostly complete, I am looking for good test cases for the verification process.