CliMA / LESbrary.jl

📚Generating Oceananigans large eddy simulation (LES) data for calibrating parameterizations
MIT License
28 stars 10 forks source link

Chattier script and merged linear/cubic thermocline scripts #47

Closed ali-ramadhan closed 3 years ago

ali-ramadhan commented 3 years ago

This PR cleans up the three_layer_constant_fluxes.jl script, makes it chattier so users have some idea of what the script is doing (instead of 5 minutes of silence as it compiles), and merges the two 3-layer constant fluxes scripts into a single script.

The linear thermocline is selectable via the --thermocline linear command line argument while the cubic thermocline is selectable via --thermocline cubic.

linear is the default thermocline type and the default buoyancy gradients are set to the ones from three_layer_constant_fluxes_linear.jl.

@adelinehillier Let me know if this works for your workflow as well!

image

adelinehillier commented 3 years ago

Ooh thanks so much for doing this!