


Test Files for running HISWA and plotting bottom orbital velocity results with MATLAB
(tried to include all supporting m-files; let me know if I missed any)
test.his HISWA parameter file; outputs Ub with output code
IDLA=1 (note that release notes with the 110.43
version of HISWA mentions that IDLA=4 will now work,
and is useful for MATLAB processing; I have not
tested)
lpontch.bot Lake Pontchartrain bottom elevation grid
test.ubot.dat sample HISWA output from test.his
main m-files for plotting:
testplot.m color raster plot example
testplot2.m color contour plot example (slow, but worth it)
supporting m-files:
testhisread.m read in Ub array specific to L. Pontchartrain
FRAME/BLOCK output;
dolandscape.m orients and sizes the MATLAB plot
pslice.m Signell's raster color plotter with scale bar
clegend4.m Signell's color scale bar maker
extcontour.m programs to do color-filled, contour-labeled plots
contourfill.m (from R. Pawlowicz)
contoursurf.m
extclabel.m
fatarrow.m Signell's wind arrow plot generator

0001 % Test Files for running HISWA and plotting bottom orbital velocity results with MATLAB 0002 % 0003 % (tried to include all supporting m-files; let me know if I missed any) 0004 % 0005 % 0006 % test.his HISWA parameter file; outputs Ub with output code 0007 % IDLA=1 (note that release notes with the 110.43 0008 % version of HISWA mentions that IDLA=4 will now work, 0009 % and is useful for MATLAB processing; I have not 0010 % tested) 0011 % 0012 % lpontch.bot Lake Pontchartrain bottom elevation grid 0013 % 0014 % test.ubot.dat sample HISWA output from test.his 0015 % 0016 % 0017 % main m-files for plotting: 0018 % 0019 % testplot.m color raster plot example 0020 % 0021 % testplot2.m color contour plot example (slow, but worth it) 0022 % 0023 % 0024 % supporting m-files: 0025 % 0026 % testhisread.m read in Ub array specific to L. Pontchartrain 0027 % FRAME/BLOCK output; 0028 % 0029 % dolandscape.m orients and sizes the MATLAB plot 0030 % 0031 % pslice.m Signell's raster color plotter with scale bar 0032 % 0033 % clegend4.m Signell's color scale bar maker 0034 % 0035 % extcontour.m programs to do color-filled, contour-labeled plots 0036 % contourfill.m (from R. Pawlowicz) 0037 % contoursurf.m 0038 % extclabel.m 0039 % 0040 % fatarrow.m Signell's wind arrow plot generator 0041 %