/[MITgcm]/MITgcm_contrib/mlosch/interp_llc/setfmt.m
ViewVC logotype

Contents of /MITgcm_contrib/mlosch/interp_llc/setfmt.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu May 3 21:07:21 2007 UTC (18 years, 2 months ago) by mlosch
Branch: MAIN
CVS Tags: HEAD
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