LESbrary.jl
LESbrary.jl copied to clipboard
šGenerating Oceananigans large eddy simulation (LES) data for calibrating parameterizations
Currently there is work in progress for adding surface wave effects with the LESbrary; this issue is orthogonal to that. The idea is to enhance the (simple) 2-day etc. suites...
This PR adds idealized mesoscale resolving zonally re-entrant channels to the library. The first stage is to define a function whose input is a few control parameters and whose output...
Currently the examples still use plots. We should replace it with Makie instead
We're planning on implementing a wider range of numerical experiments in this repo than just large eddy simulations. So it probably makes sense to generalize the name. Some suggestions are:...
Before I forget, I'd like to write down some of the tweaks that I think we need for the idealized LES setups: 1. We need to decrease the forcing slightly....
This is a work-in-progress PR where I'm trying to 1. compare lateral and surface fluxes as part of the site analysis, 2. diagnose the geostrophic base state directly from buoyancy...
Hello, I and @BrodiePearson are running convective cases (only heat flux at surface). But when we analyze the second moments and subfilter fluxes using LESbrary, we encountered a few issues:...
I ran `examples/three_layer_constant_fluxes.jl` with the command as follows: `unbuffer ~/julia-1.6.1/bin/julia --project examples/three_layer_constant_fluxes.jl --size 256 256 128 --extent 512 512 256 --hours 192 --buoyancy-flux -4e-8 --momentum-flux 0 --name free_convection_8days_2 --animation`, and...