LESbrary.jl
LESbrary.jl copied to clipboard
Distinguish between "examples" / "tutorials" and "experiments"?
Currently all our scripts are in examples/
.
It might be logical to organize files differently. examples/
are probably more appropriately simple scripts that illustrate some of the functionality of LESbrary.jl
(eg, how to use the turbulence statistics ComputedField
and KernelComputedField
s that are defined, how to use the LES model modifications, etc).
experiments/
(or perhaps some other better name) can hold scripts like three_layer_constant_fluxes.jl
that are used to produce the LESbrary data. There will be more in the future. These scripts are by necessity a lot longer and more complicated than the examples/
.