GibbsSeaWater.jl is a Julia wrapper forGSW-C, which is the C implementation of the Thermodynamic Equation of Seawater 2010 (TEOS-10). Installation Start Julia and issue the following commands: usingPkg Pkg.add("GibbsSeaWater") Example
This python module is being replaced by a new implementation:GSW-Python, introduced on April 22, 2017. Python implementation of the Thermodynamic Equation Of Seawater - 2010 (TEOS-10) This module is a Python alternative to the GSW-Matlab toolbox. The table below shows some function names in ...
You should download the documentation from http://teos-10.org, but should look at gswteos-10.h for the C API. The functions gsw_saar and gsw_deltasa_atlas have been modified from the original to not use an external data file for global absolute salinity anomaly and absolute salinity ...
gsw_oceanographic_toolbox.c gsw_sa_ct_interp.c gsw_saar.c gsw_saar_data.h gsw_tracer_ct_interp.c gswteos-10.h make_data_from_mat.py Repository files navigation README License TEOS-10 V3.05 GSW Oceanographic Toolbox in C === This began as a translation of the original Fortran-90 sou...
Gibbs-SeaWater (GSW) Oceanographic Toolbox in Fortran Fortran1515 Repositories GSW-CPublic C implementation of the Thermodynamic Equation Of Seawater - 2010 (TEOS-10) C181732UpdatedSep 17, 2024 GSW-PythonPublic Python implementation of TEOS-10 GSW based on ufunc wrappers of GSW-C ...
This will add the MRST-PCHIP interpolation functions added to GSW-C in TEOS-10/GSW-C#73 to the Python library. This will also add the MRST interpolation method option from TEOS-10/GSW-C#74 to geo_strf_dyn_height. mauzey1 added 14 commits September 6, 2024 16:44 Update GSW-C with ...
[K/Pa] *) //double gsw_adiabatic_lapse_rate_from_ct(double sa, double ct, double p); function gsw_adiabatic_lapse_rate_from_ct(sa, ct, p:double):double; cdecl; external libgswteos; (* Calculates the adiabatic lapse rate of ice. t = in-situ temperature (ITS-90) [deg C] p =...
name:run gsw_check (alternative compilers) on: pull_request: push: #branches: [master] workflow_dispatch: jobs: run: runs-on:${{ matrix.os }} strategy: matrix: include: -name:windows / clang-cl (c++) os:windows-latest compiler:'clang-cl /TP' ...
`GSW-Python <https://github.com/TEOS-10/GSW-Python>`__, introduced on April 22, 2017. .. image:: http://img.shields.io/pypi/v/gsw.svg?style=flat :target: https://pypi.python.org/pypi/gsw @@ -16,7 +18,7 @@ python gsw Python implementation of the Thermodynamic Equation Of Seaw...
error('gsw_geo_strf_Montgomery: Requires four inputs') end unique_p_ref = unique(p_ref); if ~isscalar(unique_p_ref) error('gsw_geo_strf_Montgomery: The reference pressure p_ref must be unique') end clear p_ref p_ref = unique_p_ref; [ms,ns] = size(SA); [mt,nt] = size...