Skip to content

Draft public matlab codes for dealing with ADCIRC

License

Notifications You must be signed in to change notification settings

youcanf/adcirc_util

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 76.4%
  • C 18.5%
  • HTML 4.8%
  • Objective-C 0.3%