Parent Directory
|
Revision Log
|
Revision Graph
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 |