CliMA / LESbrary.jl

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

Update to Oceananigans.jl v0.47 and change `Cell` to `Center` #84

Closed ali-ramadhan closed 3 years ago

ali-ramadhan commented 3 years ago

Relies on PR #83

ali-ramadhan commented 3 years ago

Thanks @tomchor for the command!

find . -type f -name "*.jl" -exec sed -i "s/\<Cell\>/Center/g" {} \;