NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/gliderproc/trunk/MATLAB/opnml/FCAST_1.2/matlab_cen/startup.m

Revision 495 (checked in by cbc, 11 years ago)

Initial import of Stark code.

Line 
1 OPNML='/globec/blanton/matlab';
2 addpath([eval('OPNML') '/opnml_matlab5'],'-end')   
3 path(path,'/globec/naimie/matlab_cen');
4 opnmlinit
5
6 % Setup for GRIDS and GRIDDIRS
7  GRIDS=str2mat('bank150',...
8                'g2s',...
9                'g2s.5b');
10  GRIDDIRS=str2mat('/globec/naimie/PHASE3/BANK150_MESH',...
11            '/globec/naimie/PHASE3/G2S_MESH',...
12            '/globec/naimie/PHASE3/G2S5B_MESH');
Note: See TracBrowser for help on using the browser.