/[MITgcm]/MITgcm_contrib/MPMice/beaufort/input/lookat_output.m
ViewVC logotype

Annotation of /MITgcm_contrib/MPMice/beaufort/input/lookat_output.m

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


Revision 1.1 - (hide annotations) (download)
Thu Dec 3 23:10:07 2015 UTC (9 years, 7 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
adding input/lookat_output.m

1 dimitri 1.1 pin='/homes/dmenemen/beaufort/MITgcm/exe/';
2     nx=40;
3     ny=40;
4     nz=50;
5     fld='SIheff';
6     for ts=288:72:2952
7     tmp=readbin([pin fld '.' myint2str(ts,10) '.data'],[nx ny]);
8     mypcolor(tmp');
9     caxis([0 3])
10     colorbar
11     title([fld ' on ' ts2dte(ts)])
12     pause(1)
13     end

  ViewVC Help
Powered by ViewVC 1.1.22