Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some miscellaneous updates #225

Merged
merged 6 commits into from
May 31, 2021
Merged

some miscellaneous updates #225

merged 6 commits into from
May 31, 2021

Commits on May 13, 2021

  1. - change order in cmocean for applying the layer interpolation to t…

    …he end (seems better to me)
    
    - change order of applying `cmocean` in `plotter` to the end
    - adding `radius_separated_points` function that is to be used before m_quiver function to ensure that you have get equal spatial distribution of arrows
    - change to `tidal_data_to_ob` function so that it keeps all tidal constituents for the boundary but sets to zero those which are not in the database to make it easier for user to set themselves later if desired.
    WPringle committed May 13, 2021
    Configuration menu
    Copy the full SHA
    9936745 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. correction to bbox for global mesh - bottom was set at 88S and some p…

    …oints could end up going slightly below this causing NaNs in the projection
    WPringle committed May 18, 2021
    Configuration menu
    Copy the full SHA
    c74397a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ded5d9 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. correction in setting stereographic projection bounds to make sure po…

    …ints are not pushed outside and become NaNs (was limited to radius of 178 deg but made sure can go up to full 180 deg)
    WPringle committed May 19, 2021
    Configuration menu
    Copy the full SHA
    4ad33f7 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. correcting ourRangeSearch for multiple query points, and adding call …

    …to ourRangeSearch in case rangesearch does not exist in radius_separated_points function
    WPringle committed May 31, 2021
    Configuration menu
    Copy the full SHA
    e72cc42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31d3876 View commit details
    Browse the repository at this point in the history