/[MITgcm]/MITgcm_contrib/osse/utils/testuv.m
ViewVC logotype

Contents of /MITgcm_contrib/osse/utils/testuv.m

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


Revision 1.1 - (show annotations) (download)
Thu Jan 13 20:25:24 2005 UTC (19 years, 3 months ago) by afe
Branch: MAIN
CVS Tags: HEAD
cart2cyluv and assorted testing stuff

1 [thetav,rhov] = cart2cyluv(u(:,:,15),v(:,:,15),thetai,rhoi);
2 figure(1);
3 imagesc(rhov);
4 %imagesc(v(:,:,15));
5 colorbar;
6 title('thetav (u)');
7
8 figure(2);
9 imagesc(V(:,:,15));
10 colorbar;
11 title('rhov (v)');
12 title('V');
13
14 figure(3)
15 imagesc(rhov-V(:,:,15))
16 colorbar;
17 title('err');
18
19
20

  ViewVC Help
Powered by ViewVC 1.1.22