Parent Directory
|
Revision Log
|
Revision Graph
initial checkin of topography and hydrography interpolation scripts for the llc-grid, based on old matlab scripts by Alistair Adcroft Let's hope, they are useful.
1 | % setfmt.m specifies the binary precision and IEEE format for |
2 | % storing/reading data to files. |
3 | % fmt = 'real*4' or 'real*8' |
4 | % Ieee = 'b', 'l' etc... |
5 | % |
6 | % Created 11/11/99 by adcroft@mit.edu |
7 | % Modified by |
8 | % Maintained by adcroft@mit.edu, abiastoch@ucsd.edu |
9 | |
10 | fmt='real*8'; |
11 | Ieee='b'; |
12 | |
13 | save FMT.mat fmt Ieee |
ViewVC Help | |
Powered by ViewVC 1.1.22 |