/[MITgcm]/MITgcm_contrib/grid_bathymetry_matlab/mk_bathy.m
ViewVC logotype

Diff of /MITgcm_contrib/grid_bathymetry_matlab/mk_bathy.m

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

revision 1.1 by heimbach, Tue Jun 27 15:35:11 2006 UTC revision 1.2 by dimitri, Thu Aug 10 22:37:36 2006 UTC
# Line 1  Line 1 
1    % **** WARNING ****
2    % This code will only work for a lat/lon model grid
3    
4  clear all, clf reset, cd /home/dimitri/mitgcm/setups/cap1deg  clear all, clf reset, cd /home/dimitri/mitgcm/setups/cap1deg
5  nx=360; ny=360;  nx=360; ny=360;
6  yc=readbin('YC.bin',[nx ny]); xc=readbin('XC.bin',[nx ny]);  yc=readbin('YC.bin',[nx ny]); xc=readbin('XC.bin',[nx ny]);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22