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 #2882 seeps qa #2987

Merged
merged 25 commits into from
Oct 9, 2024
Merged

Feature #2882 seeps qa #2987

merged 25 commits into from
Oct 9, 2024

Commits on Jul 29, 2024

  1. Update seeps.h

    Change variable names to reduce ambiguity for interpretation and aid useability.
    mpm-meto authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    faa95e9 View commit details
    Browse the repository at this point in the history
  2. Update seeps.cc

    Pull through variable name changes and renaming of functions to aid legibility and clarity. Introduced some additional debug print statements.
    mpm-meto authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9dbfe49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    566ad82 View commit details
    Browse the repository at this point in the history
  4. Update grid-stat.rst

    Add documentation about the location of the gridded climatology files for SEEPS and which environment variable to use.
    mpm-meto authored and JohnHalleyGotway committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e1e3830 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10b41cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7cf067b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3fd587b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    486ce9d View commit details
    Browse the repository at this point in the history
  2. Per #2882, get branch feature_2882_seeps_qa compiling again. Recommen…

    …d revisiting the volume of SEEPS-related Debug log messages and reducing them once its fully tested.
    JohnHalleyGotway committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    606ff74 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Per #2882, need to update the handling of the PPT24_seepsweights_grid…

    ….nc file name. Rename as _v12.0.nc for the updated version with the new names so that the existing regressions tests and nightly builds for main_v11.1 and develop continue to work. We can remove the _v12.0 once this feature branch is merged into develop but for the time being, we need both versions to exist.
    JohnHalleyGotway committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    59b83e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    b4338a2 View commit details
    Browse the repository at this point in the history
  2. Per #2882, rename the SEEPS columns from S12, S13, S21, S23, S31, S32…

    … to the more descriptive ODFL, ODFH, OLFD, OLFH, OHFD, OHFL names.
    JohnHalleyGotway committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    41eaf14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46042d7 View commit details
    Browse the repository at this point in the history
  4. Per #2882, store and report the weighted mean fcst and mean obs, just…

    … like the SEEPS score itself so that they're handled in a consistent manner. Note however that it's hard-coded to NOT write the weighted means/score, only the unweighted ones.
    JohnHalleyGotway committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a377729 View commit details
    Browse the repository at this point in the history
  5. Per #2882, change SEEPS debug log levels and correct the storage of m…

    …ean_fcst and mean_obs values.
    JohnHalleyGotway committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4ae932f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    eb40c5d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Per #2882, call is_bad_data() instead of is_eq(..., -9999.0) to get r…

    …id of compiler warning message.
    JohnHalleyGotway committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0ecf310 View commit details
    Browse the repository at this point in the history
  2. Per #2882, add 2 more variations of the is_eq() function with mixed f…

    …loat and double inputs to satisfy compiler pb2nc compiler warnings.
    JohnHalleyGotway committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8d6243b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    8590903 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    ab032f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1162009 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    710e9f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d29a87 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 9, 2024

  1. Per #2882, now that this PR is ready to merge, remove the v12.0 versi…

    …on number from the gridded SEEPS climo file name ci-skip-all
    JohnHalleyGotway committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4ee927a View commit details
    Browse the repository at this point in the history