CliMA / LESbrary.jl

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

Update to latest Oceananigans #98

Closed ali-ramadhan closed 3 years ago

ali-ramadhan commented 3 years ago

I also removed the [compat] bounds and CompatHelper since they were kinda annoying and won't be of much use until we register LESbrary.jl as a package.

Resolves #97

tomchor commented 3 years ago

I would still keep a lower bound of compatibility in [compat] though. But that's up to you guys!

Otherwise looks good

ali-ramadhan commented 3 years ago

Ah true! I guess it's technically Oceananigans v0.52+ because of KernelComputedField and the computed_dependencies kwarg. I'll add it in.