LESbrary.jl icon indicating copy to clipboard operation
LESbrary.jl copied to clipboard

šŸ“šGenerating Oceananigans large eddy simulation (LES) data for calibrating parameterizations

Results 25 LESbrary.jl issues
Sort by recently updated
recently updated
newest added

With @qingli411, @BrodiePearson The time-averaged TKE budget output is specified here: https://github.com/CliMA/LESbrary.jl/blob/9a25401e2e689b000d0d3c27380fbec082f13e56/examples/langmuir_turbulence.jl#L288 Some things we'd like to do: - Calculate the tendency of TKE, either exactly or by differencing TKE...

We'd like the ability to diagnose terms in the turbulent kinetic energy budget and, in particular, to average them in the horizontal and in time and then output them. In...

This line assumes that the time-step is a `TimeStepWizard`: https://github.com/ali-ramadhan/LESbrary.jl/blob/09b0e4f0e8f275592e32d77651f488d50bb645bf/src/Utils/progress_messenger.jl#L35 which breaks simple scripts that don't use a wizard.

When we use specific heat capacities with a TEOS-10 equation of state we should use the value from equation (3.3.3) of the TEOS-10 manual.

Should be easy, I've done it before.