gitinore *.txt files
[wrf-fire-matlab.git] / cycling / driver_time_score.m
blob7775b1eb8ca11c7d27d00cd5f42a403bfd0c630c
1 %time_score driver
2 % sets paths to kml files and a wrfout, then runs the time_score function
4 kml_path = '/bigdisk/james.haley/wrfcycling/wrf-fire/wrfv2_fire/test/TIFs/doc.kml';
5 wrfout_path = '/bigdisk/james.haley/wrfcycling/wrf-fire/wrfv2_fire/test/cycling_best_ig_single/wrfout_d01_2013-08-13_00:00:00';
7 time_score(kml_path,wrfout_path)