njtbx-icon
Netcdf-Java Toolbox
previous Demo gomoos_latest
Demo test_plot2D_fvcom Next

 
 
Demo plot_isosurface

Contents

% PLOT_ISOSURFACE - Read 3D field and plot isosurface.
%
% rsignell@usgs.gov

Specify input variables

uri='http://science.whoi.edu/users/kestons/redtide_2005_hindcast/OUT/avg_gom_0014.nc';
var='temp';

%specify time step & iso_value
timestep=1;
iso_value=8;

Call njTBX functions

[t,g]=nj_tslice(uri,var,timestep);

Plot data

iso_plot(t,g,iso_value);  % RPSStuff toolkit
   

previous Demo gomoos_latest
Demo test_plot2D_fvcom Next
© 2006-2009   Mississippi State University   • License Terms   • Credits