POMVIZ PACKAGE List of Matlab/netCDF functions (To be used to process netCDF files output by OzPOM) The full POMVIZ package is provided in either the "zip" file pomviz.zip or the "tar" file pomviz.tar. The package requires Charles Denham's netCDF Toolbox for Matlab-5/6, available from: http://crusty.er.usgs.gov/~cdenham/MexCDF/nc4ml5.html#DOWNLOADING --------------------- % isection: returns a vertical section of a 3-D variable along % i=iindex from a *.nc file from OzPOM % jsection: returns a vertical section of a 3-D variable along % j=jindex from a *.nc file from OzPOM % ksection: returns a "horizontal" section of a 2-D or 3-D variable % along k=kindex from a *.nc file from OzPOM % ksectionvel: returns a "horizontal" section of horizontal velocity % vectors along k=kindex from a *.nc file from OzPOM % horiz_section: returns a horizontal section of a 3-D variable at % height, height, from a *.nc file from OzPOM % horiz_sectionvel:returns a horizontal section of horizontal velocity % vectors at height, height, from a *.nc file from OzPOM % psection: plots a section (an extended version of pcolor) % psectionvel: plots a horizontal velocity section using arrows % profvel: computes a velocity profile at cell (i,j) from a % *.nc file from OzPOM % pprofvel: plots one velocity profile % arrows: draws arrows % getpageprofvel: gets and plots a page of velocity profiles % getplot_isection: gets and plots a vertical section of a 3-D variable % along i=iindex from a *.nc file from OzPOM % getplot_jsection: gets and plots a vertical section of a 3-D variable % along j=jindex from a *.nc file from OzPOM % getplot_ksection: gets and plots a "horizontal" section of a 2-D or 3-D % variable at height, height, from a *.nc file from OzPOM % getplot_ksectionvel: gets and plots a "horizontal" section of a 2-D or % 3-D variable, and the horizontal velocity, along k=kindex % from a *.nc file from OzPOM % getplot_horiz_section: gets and plots a horizontal section of a 3-D % variable at height, height, from a *.nc file from OzPOM % getplot_horiz_sectionvel: gets and plots a horizontal section of a 3-D % variable, and the horizontal velocity, at height, height, % from a *.nc file from OzPOM % getplot_profvel: gets and plots a velocity profile at cell (i,j) from a % *.nc file from OzPOM % getplot_profloc: gets and plots locations of cells for velocity profiles % get_point: returns the value of a 2-D or 3-D variable % at a given point from a *.nc file from OzPOM % plotall: general plotting program, which assembles a set of POMVIZ % functions John Hunter, University of Tasmania 22/03/2002