source: Roms_tools/mexcdf/netcdf_toolbox/netcdf/ncutility/tnc4ml5.m @ 1

Last change on this file since 1 was 1, checked in by cholod, 13 years ago

import Roms_Agrif

File size: 708 bytes
Line 
1function tnc4ml5
2
3% tnc4ml5 -- Test nc4ml5 installation.
4%  tnc4ml5 (no argument) exercizes some of the
5%   components of "NetCDF for Matlab-5".
6 
7% Copyright (C) 1997 Dr. Charles R. Denham, ZYDECO.
8%  All Rights Reserved.
9%   Disclosure without explicit written consent from the
10%    copyright owner does not constitute publication.
11 
12% Version of 15-Apr-1997 09:50:05.
13
14if isempty(which('mexcdf53')) | (exist('mexcdf53') ~= 3)
15   disp(' ## Unable to find "mexcdf53" Mex-file gateway.')
16   disp(' ## Please check your Matlab path:')
17   path
18   return
19end
20
21clear mexcdf53
22clear mexcdf ncmex
23clear tmexcdf tncmex tnetcdf
24
25mexcdf53
26mexcdf, ncmex
27tmexcdf, tncmex, tnetcdf
28
29disp('## Testing done.')
30
31help netcdf
Note: See TracBrowser for help on using the repository browser.