image thumbnail
from Global tsunami simulation GUI by Maxim Vedenyov
It is wave equation on sphere surface. Land influence neglected. There are colormap and lands veiw.

button_clb(hObj,event,ht,topo,hs,hsl)
function button_clb(hObj,event,ht,topo,hs,hsl)
  lv=0;
  set(hsl,'value',lv);
 Cdata=double(topo>=lv);
 for spc=1:4
     set(hs(spc),'Cdata',Cdata);
 end
 set(ht,'string',[num2str(lv/1000,'%2.1f') ' km']);
 drawnow;

Contact us