Parent Directory
|
Revision Log
|
Revision Graph
adding routine to look at output
| 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 |