new file: surface_slice.py
[wrf-fire-matlab.git] / cycling / plot_script.m
blobb3b24129706e2b2a5b04344d18dd969790ee8cfb
1 function plot_script(red)
2 % script plots all detections 
4 %red = red_ps;
5 hold on
6 tign_days = red.tign_g/(24*3600);
9 %plot_state(1,red,'Forecast from cycling',red.tign_g,g,time_bounds(1:2));
10 %hold on
11 figure,contourf(red.fxlong,red.fxlat,tign_days,20);
12 %figure,mesh(red.fxlong,red.fxlat,tign_days);
13 xlabel('Lon'),ylabel('Lat')
14 %zlabel('Time [days]')
15 %hold off
16 end