Skip to content

Change all the functions that use calc_grid_winds2, now that it returns a list #45

@geanders

Description

@geanders

Previously, this function returned a matrix with just the sustained wind. Now, it returns a list where that matrix is the first element (i.e., what was grid_winds will now be stored in grid_winds[[1]], aka grid_winds[["vmax_sust"]].

We need to change all the functions that use calc_grid_winds2 so that they extract this element from the list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions