SIOC 221A
Software Resources for SIOC 221A: Analysis of Physical Oceanographic Data
- NetCDF for Matlab. (And some tips for using netcdf.) This is somewhat obsolete, but there are now other options, including Matlab's built in functions.
- Some matlab routines
posted by Ian Eisenman, including ncload2.m, which will load all variables in a netcdf file.
- grabcdf.m
- Thermodynamic Equation of Seawater - 2010 sea water toolbox, McDougall and Barker (2011). (If you look at older work, you might see reference to the
CSIRO
Seawater Toolkit.)
- cptcmap.m: Function to create Matlab color tables using palettes created for the Generic Mapping Tools (GMT).
- stick.m
- arrow.m
- m_map mapping package for use in Matlab, developed by Rich Pawlowicz (UBC).
- Mathworks file exchange for user contributed Matlab scripts (suggested by Gabriela Chavez)
- NetCDF Operators (NCO)
- Comments
on using LaTeX to write manuscripts (plus a short guide on
equations from the American Mathematical Society web site).
- A short guide to LaTeX
- angsep.m
computes distance between two geographic points in degrees
- significance.m
simple routine for computing statistical significance levels for correlation coefficients. For example, for 8 degrees of freedom, the 95% significance level would be significance(8,.95), which is 0.693.
- The listings latex package for including programming source code in your latex file. Specify \usepackage{listings} to include the package and \lstinputlisting[language=Matlab]{filename.m} to specify inclusion of a Matlab file named filename.m.