ODU SO GLOBEC: Graphics
List of all routines
-
matlab
-
TSplot.m
Read a series of event numbers, extract the temperature and
salinity from the appropriate file and plot a T-S curve. Internal choice
allows use of temperature or potential temperature.
calls: tsdiagram, getfilename, readdata, sw_ptmp
-
TZplot.m
Read a series of event numbers, extract the temperature and
depth from the appropriate file and plot a profile of
temperature. Internal choice allows use of temperature or potential
temperature.
calls: getfilename, readdata, sw_ptmp
-
SZplot.m Read a series of
event numbers, extract the salinity and depth from the appropriate file and
plot a profile of salinity. calls: getfilename, readdata
-
getfilename.m
construct the correct file name for the given event
number. This checks in the Bops, Ctd and Xbt directories of the
indicated cruise file to find the data file matching the event. If no
file is found, it reports an error.
-
readdata.m
reads a data file in the lter ascii format. It returns the
first three columns assuming that they are depth, temperature and
salinity, respectively.
-
sw_adtg.m
calculates the adiabatic pressure gradient for use by
sw_ptmp.m. This routine is part of the seawater package from Phil Morgan
from CSIRO.
-
sw_ptmp.m
calculates the potential temperature relative to a reference
pressure. This routine is part of the seawater package from Phil Morgan
from CSIRO.
-
tsdiagram.m
draws the background for a TS diagram based on choices of
temperature and salinity range. This routine is part of the bobstuff
package from Bob Beardsley at WHOI.
-
IDL
-
Other Routines
-
getstation
given an list of events, this looks in the event files
and returns the station grid location. This perl script accepts event
numbers on input and returns the event number followed by the station
location.
getstation < events.txt > events_stations.txt
Go to the top of this page.
Written by J. Klinck.
July, 2000.
Send questions or comments by e-mail to
klinck@ccpo.odu.edu