CliMA / LESbrary.jl

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

Remove heavy unused dependencies #75

Closed ali-ramadhan closed 3 years ago

ali-ramadhan commented 3 years ago

DifferentialEquations.jl was needed for https://github.com/CliMA/LESbrary.jl/blob/master/src/stochastic_forcing.jl but that file is not used so I nuked it (can always fish it out of the git history if we want it back).

Also removed PyCall.jl and PyPlot.jl which were used for the ECCO/SOSE LESbrary but that should go into a separate environment now.

LESbrary.jl should now precompile faster and tests should run faster.