A two-dimensional triangular mesh generator with pre- and post-processing utilities written in pure MATLAB (no toolboxes required) designed specifically to build models that solve shallow-water equations or wave equations in a coastal environment (ADCIRC, FVCOM, WaveWatch3, SWAN, SCHISM, Telemac, etc.).
Encountered write-out bug when trying to read in fort.15, add tides, then write out fort.15 because of missing read methods for elvstaname and velstaname. Modified STAV and STAE code by adding readlinevecname() method which returns first two tokens as a float array and last token as string, assuming station name is delimited by "!" symbol.
Encountered write-out bug when trying to read in fort.15, add tides, then write out fort.15 because of missing read methods for elvstaname and velstaname. Modified STAV and STAE code by adding readlinevecname() method which returns first two tokens as a float array and last token as string, assuming station name is delimited by "!" symbol.