项目作者: gher-ulg

项目描述 :
Utility functions for physical oceanography (properties of seawater, air-sea heat fluxes,...)
高级语言: Julia
项目地址: git://github.com/gher-ulg/PhysOcean.jl.git
创建时间: 2017-02-27T22:09:13Z
项目社区:https://github.com/gher-ulg/PhysOcean.jl

开源协议:Other

下载


PhysOcean

Build Status
Build Status Windows
codecov
documentation stable
documentation latest

Content

You will find here some general tools for Physical Oceanography (state equations, bulk formulas, geostrophic velocity calculations …).

Installing

Your need Julia to use PhysOcean. The command line version is sufficient for PhysOcean.
Inside Julia, you can download and install the package by issuing:

  1. using Pkg
  2. Pkg.add("PhysOcean")

Or if you want to use the latest version, you can use the following command:

  1. using Pkg
  2. Pkg.add(PackageSpec(name="PhysOcean", rev="master"))

Testing

A test script is included to verify the correct functioning of the toolbox.
The script should be run in a Julia session.

  1. using Pkg
  2. Pkg.test("PhysOcean")