% add NetCDF-java 2.2 jar files javaaddpath('c:\rps\java\jar\toolsUI-2.2.16.jar','-end'); % add non-WHSC SVN toolboxes to path basedir='c:\rps\m_other'; addpath([basedir '\snctools'],'-end'); addpath([basedir '\netcdf_toolbox\netcdf'],'-end'); addpath([basedir '\netcdf_toolbox\netcdf\nctype'],'-end'); addpath([basedir '\netcdf_toolbox\netcdf\ncutility'],'-end'); addpath([basedir '\rslice'],'-end'); % add WHSC SVN toolboxes to path %CHANGE THIS LINE FOR YOUR LOCAL SYSTEM: basedir='c:\rps\m_cmg\'; % these shouldn't change addpath([basedir '\RPSstuff\trunk'],'-end'); addpath([basedir '\cmglib\trunk'],'-end'); addpath([basedir '\cf\trunk'],'-end'); addpath([basedir '\roms_rps\trunk'],'-end'); addpath([basedir '\omviz\trunk'],'-end'); addpath([basedir '\seagrid\trunk'],'-end'); addpath([basedir '\seagrid\trunk\presto'],'-end'); addpath([basedir '\seagrid\trunk\mex2'],'-end'); addpath([basedir '\adcirc_tides\trunk'],'-end'); addpath([basedir '\timeplt\trunk'],'-end'); addpath([basedir '\mexnc_dap_r14\trunk'],'-end'); %CHANGE THIS LINE FOR YOUR LOCAL SYSTEM: basedir='c:\rps\m_contrib\'; % these shouldn't change addpath([basedir '\m_map\trunk'],'-end'); addpath([basedir '\seawater\trunk'],'-end'); addpath([basedir '\t_tide\trunk'],'-end'); addpath([basedir '\tidal_ellipse\trunk'],'-end'); % mexnc depends on netcdf.dll, which should go in % the c:\program files\matlab??\bin directory