Turbulent confetti
To diffuse or not to diffuse

To diffuse or not to diffuse
To rain or not to rain.
One plus tiny plus tiny ... equals big!
Domain decomposition 101: Shared work is half the work.
How to visualize the surface of turbulence?
Juls is great. No probably it's not, at least not yet. But, it can simulate geostrophic turbulence typical for either atmospheric or oceanic flow with 16bit numbers. Indeed 16bit. Usually climate models use 64bit numbers. Why?
Who wins if Bart Simpson, Son Goku and Johnny Bravo fight about decimal precision? And why on Earth is that related to their haircuts?
In many climate science studies a running mean filter is used as a low-pass filter. Authors then usually claim to find some large scale (e.g. decadal) co-variability based on running mean-filtered time series. What's the problem with that?
What are the structures of Reynolds, Rossby and Ekman numbers in geostrophic turbulence?
How to identify the seasonal cycle from a time series?
A story on how to plot topographic data intuitively and easily understandable also for non-scientists and people with color vision deficiency (CVD): Just because you find it pretty, it's not necessarily pretty through everyone's eyes.
Taking the curl of the 2D Euler equations yields an equation with relative vorticity as prognostic variable. A numerical model can solve these equations and provides a wonderful insight into the vorticity dynamics in 2D turbulence. In
For my Masters thesis I used a shallow water model in order to investigate energy-budget based backscatter parametrization for unresolved eddies. I wrote the numerical model in Python in 2016 and although idealized, it involves some features to mention,
Tracking surfaces is a challenging issue for a realistic simulation of fluids in interaction with other fluids or solid objects. Level set methods is the state of the art methodology to discretize the movement of a surface in any kind of flow field
Simulating Brownian motion was a self-chosen mini-project at the beginning of my PhD. You can find the model on github. An adaptive time stepping scheme is used, where the particles trajectories to collision are predicted
The present study introduces the Finite Element Methods in theory and describes its implementation for an idealized two dimensional test case. The equations of interest are the Navier-Stokes equations, describing the conservation of momentum for fluid flows.