


Extracting scalar data from NetCDF model output kslice - Get horizontal slice along constant k islice - Get vertical slice along constant i jslice - Get vertical slice along constant j zslice - Get horizontal slice at constant z (interpolates) depave - Get depth-averaged field ctotal - Determine total and average amount in domain Plotting scalar data pslice - Color-shaded image with color legend extcon - Contour plot with color-fill, labeling options Extracting vector data from NetCDF model output ksliceuv - Get horizontal slice along constant k zsliceuv - Get horizontal slice at constant z (interpolates) depaveuv - Get depth-averaged field Plotting vector data psliceuv - Draws field of arrows on existing plot


0001 % Extracting scalar data from NetCDF model output 0002 % 0003 % kslice - Get horizontal slice along constant k 0004 % islice - Get vertical slice along constant i 0005 % jslice - Get vertical slice along constant j 0006 % zslice - Get horizontal slice at constant z (interpolates) 0007 % depave - Get depth-averaged field 0008 % ctotal - Determine total and average amount in domain 0009 % 0010 % Plotting scalar data 0011 % 0012 % pslice - Color-shaded image with color legend 0013 % extcon - Contour plot with color-fill, labeling options 0014 % 0015 % Extracting vector data from NetCDF model output 0016 % 0017 % ksliceuv - Get horizontal slice along constant k 0018 % zsliceuv - Get horizontal slice at constant z (interpolates) 0019 % depaveuv - Get depth-averaged field 0020 % 0021 % Plotting vector data 0022 % 0023 % psliceuv - Draws field of arrows on existing plot 0024 %