Changeset 26966


Ignore:
Timestamp:
04/23/22 13:03:52 (3 years ago)
Author:
dmenemen
Message:

M test/MITgcm/tools/lookat_4004.m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/MITgcm/tools/lookat_4004.m

    r26963 r26966  
    2424for ts=0:5
    2525    figure(ts+7), clf, orient tall, wysiwyg
     26    r2=readbin([pn 'R_shelfIce2_' myint2str(ts,10) '.data'],[3 200]);
     27    if ts<5
     28        r1=readbin([pn 'R_shelfIce1_' myint2str(ts+1,10) '.data'],[3 200]);
     29    end
    2630    s =readbin([pn 'S.' myint2str(ts,10) '.data'],[3 200 90]);
    2731    t =readbin([pn 'T.' myint2str(ts,10) '.data'],[3 200 90]);
     
    3034    w =readbin([pn 'W.' myint2str(ts,10) '.data'],[3 200 90]);
    3135    in=find(~s); s(in)=nan; t(in)=nan;
    32     clf, subplot(711), mypcolor(r1); title(['draft @ ts=' int2str(ts)]), colorbar
     36    clf,
     37    subplot(711), mypcolor(r2); title(['draft @ ts=' int2str(ts)]), colorbar
    3338    subplot(712), mypcolor(r2-r1); title('draft change'), colorbar
    3439    subplot(713), pcolorcen(1:200,-1:-1:-90,squeeze(s(2,:,:))'); title('S'), colorbar
Note: See TracChangeset for help on using the changeset viewer.