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

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

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


Revision 1.2 - (hide annotations) (download)
Tue Dec 1 20:56:22 2015 UTC (9 years, 8 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -2 lines
small updates to path and file names

1 dimitri 1.1 cd /home/dimitri/cube/grid/cube66
2     d=read_cs_face('Depth.data',3);
3     yc=read_cs_face('YC.data',3);
4    
5     clf, mypcolor(d'), caxis([0 1]), grid, hold on
6     contour(yc,50:10:90,'k')
7     plot([326 326 365 365 326],[311 350 350 311 311],'k','linewidth',2)

  ViewVC Help
Powered by ViewVC 1.1.22