CliMA / LESbrary.jl

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

Moves three layer script to new module `IdealizedExperiments` #125

Closed glwagner closed 2 years ago

glwagner commented 2 years ago

This PR proposes a change in strategy for encoding important, complicated experiments... rather than implementing them as examples / scripts I propose that we implement them as functions that return a Simulation ready to run!. This functions ideally will take any parameter that a user might like to tweak.

I also added the parameters for the 2-, 4-, and 6-day suite to the source code. I think they belong there.

navidcy commented 2 years ago

merge?