milankl
Schmidt AI in Science Fellow at the University of Oxford. Previously MIT, PhD from Oxford, studied at GEOMAR Kiel, UNIS Svalbard, IUEM Brest.
University of OxfordBoston, USA
Pinned Repositories
BitInformation.jl
Information between bits and bytes.
FlyingClimate
What goes up must come down again.
prob_meteogram
An intuitive probabilistic meteogram based on ensemble forecasts
ShallowWaters.jl
A type-flexible shallow water model that can run with 16-bit arithmetic.
Sherlogs.jl
A number format that inspects your code by logging the arithmetic results.
SoftPosit.jl
A posit arithmetic emulator.
StochasticRounding.jl
Up or down? Maybe both?
swm
Shallow water equations solver with finite differences written in Python. Arakawa C-grid, Arakawa and Lamb advection scheme, Shchepetkin and O'Brian-like biharmonic diffusion operator. 4th order Runge-Kutta for time integration.
ZfpCompression.jl
Julia bindings for the data compression library zfp
SpeedyWeather.jl
Play atmospheric modelling like it's LEGO.
milankl's Repositories
milankl/fem
Simple Finite-Element model for educational purposes. Uses the Uzawa-algorithm with bubble-nodes to solve the steady but non-linear Navier-Stokes equations in a simple 2D domain.
milankl/brownian
2D Brownian Motion Simulator. Periodic or repelling boundary conditions including gravity if desired. Adaptive timestepping to find next collision.