Back to home page

MITgcm

 
 

    


Warning, /utils/matlab/Graphix/ZcordA_FizhiZ50.m is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 396a67bf on 2005-10-20 16:48:21 UTC
396a67bf7f Dani*0001 ZC = [99000.0:-2000:1000.0];
                0002 ZF = [100000:-2000.:0.];
                0003 drC = [100000-ZC(1),ZC(1:end-1)-ZC(2:end)];
                0004 drF = ZF(1:end-1)-ZF(2:end);
                0005 save('ZcordA_FizhiZ50.mat','ZC','ZF','drC','drF');