gitinore *.txt files
[wrf-fire-matlab.git] / detection / read_ros.m
blob51893a314c49e3f84dd77ebf2bc7ad600359b4a2
1 function t=read_ros(wrfout,step)
2 vars={'F_ROS11','F_ROS12','F_ROS13',...
3 'F_ROS21','F_ROS23',...
4 'F_ROS31','F_ROS32','F_ROS33',...
5 'LFN','TIGN_G','Times'};
6 t=nc2struct(wrfout,vars,{},step);