/[MITgcm]/MITgcm_contrib/high_res_cube/matlab-grid-generator/gengrids.m
ViewVC logotype

Annotation of /MITgcm_contrib/high_res_cube/matlab-grid-generator/gengrids.m

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


Revision 1.1 - (hide annotations) (download)
Tue Nov 11 18:08:08 2003 UTC (21 years, 8 months ago) by cnh
Branch point for: MAIN, initial
Initial revision

1 cnh 1.1 more off
2    
3     plotfigs=0;
4     writedata=1;
5    
6     %for map={'conf' 'tan' 'q=1' 'q=0'}
7     for map={'conf'}
8     for ornt={'c'}
9     for nx=1+[24]
10     % for n=5:5
11     % nx=1+2^n;
12     % nratmax=max(1,8-n);
13     % for nrat=1:nratmax
14     for nrat=[3]
15     nratio=2^nrat;
16     disp(sprintf('%s %s %i %i',char(map),char(ornt),nx,nratio))
17     gengrid_fn(nx,nratio,char(map),char(ornt),plotfigs,writedata);
18     end
19     end
20     end
21     end

  ViewVC Help
Powered by ViewVC 1.1.22