/[MITgcm]/MITgcm_contrib/cam_devel/sigma_testing/input-sigma/topo_bump_driver.m
ViewVC logotype

Annotation of /MITgcm_contrib/cam_devel/sigma_testing/input-sigma/topo_bump_driver.m

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


Revision 1.1 - (hide annotations) (download)
Wed Jan 6 04:31:15 2010 UTC (15 years, 7 months ago) by cnh
Branch: MAIN
CVS Tags: HEAD
start some cam work

1 cnh 1.1 figure(1);clf
2     topo_bump
3     plot(x,rC,'--');axis([0 x(end) -2000 0]);
4     hold on
5     plot(x,d,'k-','LineWidth',2);axis([0 x(end) -2000 0]);
6     plot(x,rW,'k-','LineWidth',0.1);
7     title('sigma');xlabel('distance(m)');ylabel('depth(m)');
8     figure(2);clf
9     plot(x,RCh,'--');axis([0 x(end) -2000 0]);hold on
10     plot(x,d,'k-','LineWidth',2);axis([0 x(end) -2000 0]);
11     plot(x,RWh,'k-','LineWidth',0.1);
12     title('sigma - p');xlabel('distance(m)');ylabel('depth(m)');

  ViewVC Help
Powered by ViewVC 1.1.22