Skip to content

Draft public matlab codes for dealing with ADCIRC

License

Notifications You must be signed in to change notification settings

tgasher/adcirc_util

 
 

Repository files navigation

adcirc_util

Draft public matlab codes for dealing with ADCIRC

Github Repository of MATLAB utility routines for the model ADCIRC. 26 Mar 2015

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

About

Draft public matlab codes for dealing with ADCIRC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 77.6%
  • C 17.5%
  • HTML 4.6%
  • Objective-C 0.3%