Changeset 26966
- Timestamp:
- 04/23/22 13:03:52 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/MITgcm/tools/lookat_4004.m
r26963 r26966 24 24 for ts=0:5 25 25 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 26 30 s =readbin([pn 'S.' myint2str(ts,10) '.data'],[3 200 90]); 27 31 t =readbin([pn 'T.' myint2str(ts,10) '.data'],[3 200 90]); … … 30 34 w =readbin([pn 'W.' myint2str(ts,10) '.data'],[3 200 90]); 31 35 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 33 38 subplot(712), mypcolor(r2-r1); title('draft change'), colorbar 34 39 subplot(713), pcolorcen(1:200,-1:-1:-90,squeeze(s(2,:,:))'); title('S'), colorbar
Note:
See TracChangeset
for help on using the changeset viewer.