/[MITgcm]/MITgcm_contrib/MPMice/arctic36km/lookat.m
ViewVC logotype

Annotation of /MITgcm_contrib/MPMice/arctic36km/lookat.m

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


Revision 1.1 - (hide annotations) (download)
Thu Nov 14 00:03:14 2013 UTC (11 years, 8 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
adding routine to look at output

1 dimitri 1.1 pn='/homes/dmenemen/Arctic36km/MITgcm/exe/';
2     nx=210;
3     ny=192;
4     nme='SIheff';
5     for ts=36:36:262980
6     fn=[pn nme '.' myint2str(ts,10) '.data'];
7     if exist(fn)
8     fld=readbin(fn,[nx ny]);
9     clf
10     mypcolor(fld');
11     caxis([0 5])
12     thincolorbar
13     title(['nme ' ts2dte(ts,2400)])
14     pause(.01)
15     else
16     break
17     end
18     end

  ViewVC Help
Powered by ViewVC 1.1.22