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 1285 extract tiles mtd times #1315

Merged
merged 50 commits into from
Dec 16, 2021

Commits on Nov 18, 2021

  1. remove unused functions

    georgemccabe committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    78f0d15 View commit details
    Browse the repository at this point in the history
  2. removed unused imports

    georgemccabe committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    86c0f4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e646fff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8099f9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a45a6ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d2f560 View commit details
    Browse the repository at this point in the history
  7. change all functions to handle a single met config variable to use ad…

    …d_met_config to be consistent
    georgemccabe committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    116c11c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b98172 View commit details
    Browse the repository at this point in the history
  9. renamed functions starting with handle_met_config_ to add_met_config …

    …for consistency, ci-run-all-diff
    georgemccabe committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    da7382c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    f636f23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6282787 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c3b6ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dcfa92 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Configuration menu
    Copy the full SHA
    ae0a39e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    548f12e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. enhanced unit tests that check env vars set by wrapper to check for e…

    …nv vars that were deprecated and properly check if something is checked that should not be set
    georgemccabe committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    4e4e0e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1472e0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac6fcb4 View commit details
    Browse the repository at this point in the history
  4. updated logic to handle legacy env var REGRID_TO_GRID and remove METP…

    …LUS_REGRID_TO_GRID to avoid confusion, ci-run-all-diff
    georgemccabe committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    7e1cf0a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    5e18934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a49f147 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cc1254 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    647a070 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. handle obs_window config variables to support old naming of OBS_<app>…

    …_WINDOW_BEGIN/END variables inside met config dictionary function
    georgemccabe committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    2a71033 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af49598 View commit details
    Browse the repository at this point in the history
  3. created util file to hold constant variables that are referenced in v…

    …arious files, moved function get_time_from_file from met_util to string sub, handle legacy env vars for obs_window in separate function so it can be easily removed when we discontinue support for them
    georgemccabe committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    274eb1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaaff85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18af5fa View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    71bb5dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2138030 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b929dcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9892c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4038031 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. replace time looping logic with time_generator to support [INIT/VALID…

    …]_LIST and clean up logic, improved logging to list which wrapper is being run for each run time, ci-run-all-diff
    georgemccabe committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    5f88f22 View commit details
    Browse the repository at this point in the history
  2. renamed metplus/util/string to string_manip because the name was clas…

    …hing with the std string library when running the diff tests, ci-run-all-diff
    georgemccabe committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    90ed3f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ce4263 View commit details
    Browse the repository at this point in the history
  4. added logic to check exit code of each use case run to set non-zero e…

    …xit code if any use cases failed -- previously a failure would only occur if the last use case failed
    georgemccabe committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    76159e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1802813 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d079eec View commit details
    Browse the repository at this point in the history
  7. add single valid time (year) to use cases. Although the time looping …

    …is not used in this use case, setting the time to something prevents the need to clutter up the logic to output a warning instead of an error when the time info is not set properly. Nearly all use cases use time information and should set at least 1 run time
    georgemccabe committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    aa4b433 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88dfa48 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3fcf81b View commit details
    Browse the repository at this point in the history
  10. pass mandatory=False argument to find_data function so that a warning…

    … instead of an error is reported if no files for a given time are found
    georgemccabe committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    81a1b41 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    971c4d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0e41fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd7a7e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    ce39696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b57ad0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90b40fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    001bb8f View commit details
    Browse the repository at this point in the history