Jiangchao3 / adcirc_util

Public matlab codes for dealing with ADCIRC model output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adcirc_util

Draft public matlab codes for dealing with ADCIRC

Github Repository of MATLAB utility routines for the model ADCIRC. 11 Nov 2022

matlab - MATLAB functions to contour, plot, etc triangular finite element model output (ADCIRC). Add <INSTALL_DIR>/adcirc_util/matlab to the MATLAB function path

%%% MATLAB %%% Compile the mex files in adcirc_util/mex. From within MATLAB, cd to the mex directory and type

makemex

To add ADCIRC paths to the MATLAB MATLABPATH variable in the user's matlab/startup.m file, add:

% Add distribition paths

global ADCIRC ADCIRC='<INSTALL_DIR>/adcirc_util'; AddAdcircPaths(ADCIRC)

About

Public matlab codes for dealing with ADCIRC model output

License:MIT License


Languages

Language:MATLAB 80.5%Language:C 15.1%Language:HTML 4.2%Language:Objective-C 0.2%