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

Feature #2366 pyembed_winds #2371

Merged
merged 7 commits into from
Dec 7, 2022
Merged

Commits on Dec 5, 2022

  1. Per #2366, move the checking of requested levels into the is_uv_match…

    …() function. Only enforce this check if the requested levels are non-empty. Note that they ARE empty for python embedding.
    JohnHalleyGotway committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    9ab9091 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    8b2339a View commit details
    Browse the repository at this point in the history
  2. Per #2366, add Debug(3) messages about matching U/V fields. Also, pri…

    …nt a warning message if multiple matches are found. Should this be an error instead?
    JohnHalleyGotway committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    a7214d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f270743 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Per #2366, define is_req_level_match() utility function and update Po…

    …int-Stat and Grid-Stat to call it. Update logic to use the FIRST U/V match found and indicate that in the log message.
    JohnHalleyGotway committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    0553c57 View commit details
    Browse the repository at this point in the history
  2. Per #2366, enhance existing call to Grid-Stat to demonstrate U/V wind…

    … processing via python embedding using fake data.
    JohnHalleyGotway committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c98e9c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b4ee08 View commit details
    Browse the repository at this point in the history