LESbrary.jl
LESbrary.jl copied to clipboard
Todo for closing the time-averaged TKE budget in langmuir_turbulence.jl
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 output over the same interval as the time-averaging window
-
Plot each grid point with a circle so we can identify the surface grid points
-
Run simulations with
CenteredSecondOrder
-
Perhaps more things?