fixing legacy warnings
[wrf-fire-matlab.git] / ignition / test_ignition.m
blobb8234ae0d0a11fe9f35e4387bb8197f437ba5a30
1 % Finds artificial time of ignition history for the fire mesh
2 % Example: witch fire
4 addpath ../../other/Matlab/ignition
6 [unit_long,unit_lat,long,lat,time_now,mesh_size,ign_pnt,bound]=read_file_ignition('data1.txt','wrfout_d01_2007-10-21_12:00:00_real_case');
8 B=ignition(unit_long,unit_lat,long,lat,time_now,mesh_size,ign_pnt,bound);