/[MITgcm]/MITgcm_contrib/enderton/Diagnostics/ZcordA_FizhiZ50.m
ViewVC logotype

Contents of /MITgcm_contrib/enderton/Diagnostics/ZcordA_FizhiZ50.m

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


Revision 1.1 - (show annotations) (download)
Tue Feb 15 00:31:27 2005 UTC (20 years, 5 months ago) by molod
Branch: MAIN
CVS Tags: HEAD
Fix 40 level to remove printing output and add 50 level resolution files

1 ZC = [99000.0:-2000:1000.0];
2 ZF = [100000:-2000.:0.];
3 drC = [100000-ZC(1),ZC(1:end-1)-ZC(2:end)];
4 drF = ZF(1:end-1)-ZF(2:end);
5 save('ZcordA_FizhiZ50.mat','ZC','ZF','drC','drF');

  ViewVC Help
Powered by ViewVC 1.1.22