1 function image_array_2d(a)
3 % Purpose: visualized 2d matrix written by write_array_2d
4 % for input to WRF-Fire so that it looks the same as the array
5 % in ncview from the arrays in WRF state
10 t=get(gca,'YTickLabel'); % put vertical label upside down
11 set(gca,'YTickLabel',flipud(t))