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
Unlike the Fortran-90 and Matlab versions of the toolbox, functions in the C version are primarily scalar. 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...
gsw_oceanographic_toolbox.c gsw_saar.c gsw_saar_data.h gswteos-10.h make_data_from_mat.py meson.build meson.options Repository files navigation README License TEOS-10 V3.06 GSW Oceanographic Toolbox in C === This began as a translation of the original Fortran-90 source code into C. Un...
(Unix): --- The C GSW Oceanographic Toolbox comes with a testing program, gsw_check. In the directory that the toolbox was unpacked, type: make and it will attempt to build gsw_check with a dynamically-linked GSW library. Note that the Makefile assumes that your C compiler is gcc....
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 ...
@@ -24,6 +24,10 @@ gsw_check_functions.c -- C implementation of the check functions used Oceanographic Toolbox. TOOLS.ini -- Variable definitions used by nmake TOOLS.gcc -- Variable definitions used by make meson.build -- Meson build file (alternative build system to build libgswteos-...
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 the gibbs library and the corresponding function names in the seawater library. ...
_toolbox.c: In function ‘gsw_tracer_ct_interp’: src/c_gsw/gsw_oceanographic_toolbox.c:11378:19: warning: unused variable ‘ct_f’ [-Wunused-variable] 11378 | double d, ct_f, unique_p, ct_sum, tracer_sum, min_p_obs, max_p_obs; | ^~~~ src/c_gsw/gsw_oceanographic_toolbox...
unit GibbsSeaWater; (* Gibbs SeaWater (GSW) Oceanographic Toolbox of TEOS–10 (gsw_c_v3.05) http://www.teos-10.org/pubs/gsw/html/gsw_contents.html These declarations facilitate the use of TEOS-10 functions with FreePascal/Lazarus. Alexander Smirnov (axline@mail.ru) 2015-2019 This program...
This module is an python alternative to the gsw MatlabTM toolbox. The This module is a Python alternative to the GSW-Matlab toolbox. The table below shows some function names in the gibbs library and the corresponding function names in the seawater library. @@ -95,11 +97,11 @@ Thanks ...