stormwindmodel
stormwindmodel copied to clipboard
Consider separating main output and summarizing functions
From the main function (get_grid_winds), output an array with the wind at each grid point at each time step. Then have separate functions to summarize or slice, to get out (for example), the wind field at a time point or to get the maximum winds at each grid point over the storm.
Example of an array output approach:
