tomchor/Oceanostics.jl · 文件 下载 ZIP
文件最后提交记录最后更新时间
README.md
Oceanostics
Oceanostics is a Julia package created to facilitate obtaining diagnostic quantities in Oceananigans simulations. It was created solely as a companion package to Oceananigans, so we refer users first to the Oceananigans documentation before getting started with Oceanostics.
Installation
To install the latest stable version from Julia:
julia> ]
(@v1.9) pkg> add Oceanostics
If you want the latest developments (which may or may not be unstable) you can add the latest
version from Github in the main branch:
julia> ]
(@v1.9) pkg> add Oceanostics#main