GibbsSeaWater.jl

Gibbs-SeaWater (GSW) Oceanographic Toolbox in Julia
Author TEOS-10
Popularity
17 Stars
Updated Last
1 Year Ago
Started In
December 2019

Build Status Build status Windows codecov.io

GibbsSeaWater.jl

GibbsSeaWater.jl is a Julia wrapper for GSW-C#master, which is the C implementation of the Thermodynamic Equation of Seawater 2010 (TEOS-10).

Installation

Start Julia and issue the following commands:

using Pkg
Pkg.add("GibbsSeaWater")

Example

For arrays, one should use the vectorized "dot" operator:

C = [45.8;34.7]
T = [28.9;22.8]
P = [10.0;50.0]
SP = gsw_sp_from_c.(C,T,P)

About TEOS-10

Please check the official site and official repository, which provide the official implementations (C/Fortran/Matlab/PHP) and the wrappers.

Required Packages

Used By Packages