% important paths global BINPATH AWKPATH TOWER_CONFIG_PATH % remove distribution toolboxes that are not useful (these contain % functions called month, year, etc that we use as variable names warning off; % remove distribution toolboxes that are not useful (these contain % functions called month, year, etc that we use as variable names % rmpath('/afs/isis.unc.edu/pkg/matlab-65R13/toolbox/finance/calendar'); % rmpath('/usr/local/apps/matlab_r13/toolbox/finance/calendar'); rmpath('/afs/isis.unc.edu/pkg/matlab-65R13/toolbox/finance/calendar'); % NOTE: you'd thinks this would work, but symbolic links don't. % rmpath('/afs/isis/pkg/matlab/toolbox/finance/calendar'); % add paths that matlab will need to run process data addpath('/opt/local/seacoos/matlab/netcdf') addpath('/opt/local/seacoos/matlab/netcdf/ncfiles') addpath('/opt/local/seacoos/matlab/netcdf/nctype') addpath('/opt/local/seacoos/matlab/netcdf/ncutility') addpath('/opt/local/seacoos/matlab/tidal'); addpath('/opt/local/seacoos/matlab/air_sea'); addpath('/opt/local/seacoos/matlab/seawater'); addpath('/opt/local/seacoos/matlab/proc2ndbc'); addpath('/opt/local/seacoos/matlab'); BINPATH = '/opt/local/seacoos/bin/'; TOWER_CONFIG_PATH = '/opt/local/seacoos/matlab/';