-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
44 lines (35 loc) · 2.2 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
TEOS-10 V3.0 GSW Oceanographic Toolbox in C
This is a translation of the original Fortran-90 source
code into C. You should download the documentation from http://teos-10.org.
The functions gsw_saar and gsw_delta_sa_ref
have been modified from the original to not use an external
data file for global absolute salinity anomaly and absolute
salinity anomaly ratio data. The data are instead incorporated
into static tables that are used directly.
Manifest:
README -- this file.
gsw_check_functions.c -- C implementation of the check functions
gsw_data_v3_0.dat.gz -- global absolute salinity anomaly data
gsw_format.c -- program to create gsw_saar_data.c from
gsw_data_v3_0.dat
gsw_oceanographic_toolbox.c -- The C GSW library less gsw_saar
gsw_saar.c -- gsw_saar and gsw_delta_sa_ref (modified)
gsw_saar_data.c -- static global absolute salinity anomaly data
used by gsw_saar.c and created by gsw_format
gswteos-10.h -- GSW function prototypes
Makefile -- basic make file to build gsw_check_functions
and libgswteos-10.so
You'll probably want to build gsw_oceanographic_toolbox.c, and gsw_saar.c
into a library. "make library" will attempt to build a shared library for
gcc/GNU Linux platforms.
C programs using the GSW Oceanographic Toolbox should include the
supplied header file:
#include <gswteos-10.h>
ChangeLog:
2012-10-07: gsw-3.0.1 New gsw_check_functions.c based on revised f90.
2011-09-23: gsw-3.0 Initial creation.
Frank Delahoyde <[email protected]>
Shipboard Technical Support, Computing Resources <[email protected]>
Scripps Institution of Oceanography
Nimitz Marine Facility, Point Loma
San Diego, Ca. 92106-3505