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 #1371 series_analysis #2951

Merged
merged 47 commits into from
Aug 29, 2024
Merged

Commits on Jul 29, 2024

  1. Per #1371, add -input command line argument and add support for ALL f…

    …or the CTC, MCTC, SL1L2, and PCT line types.
    JohnHalleyGotway committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c6b4cab View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    f49d9e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb9410c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f12f30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b5122d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    ea1b00a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d92b2df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94abe8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e33a49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6364c99 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    1891cea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c1ac83 View commit details
    Browse the repository at this point in the history
  3. Per #1371, work in progress aggregating all the line statistics types…

    …. Still have several issues to address
    JohnHalleyGotway committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a24485b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    48eb23c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0ae8ae View commit details
    Browse the repository at this point in the history
  3. Per #1371, consistent regridding log messages and fix the Series-Anal…

    …ysis PairDataPoint object handling logic.
    JohnHalleyGotway committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a6ffe06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55e05ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0aec0ca View commit details
    Browse the repository at this point in the history
  6. Per #1371, fix the series_analysis PCT aggregation logic and add a te…

    …st to unit_series_analysis.xml to demonstrate.
    JohnHalleyGotway committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2fba527 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f7a80c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4b8bb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    9c9e945 View commit details
    Browse the repository at this point in the history
  2. Per #1371, update series-analysis to apply the valid data threshold p…

    …roperly using the old aggregate data and the new pair data.
    JohnHalleyGotway committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a864f29 View commit details
    Browse the repository at this point in the history
  3. Per #1371, update series_analysis to buffer data and write it all at …

    …once instead of storing data value by value for each point.
    JohnHalleyGotway committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    47db1ce View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Per #1371, add useful error message when required aggregation variabl…

    …es are not present in the input -aggr file.
    JohnHalleyGotway committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    def857c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ea28a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Per #1371, correct operator+= logic in met_stats.cc for SL1L2Info, VL…

    …1L2Info, and NBRCNTInfo. The metadata settings, like fthresh and othresh, were not being passed to the output.
    JohnHalleyGotway committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    cbba99b View commit details
    Browse the repository at this point in the history
  2. Per #1371, the DataPlane for the computed statistics should be initia…

    …lized to a field of bad data values rather than the default value of 0. Otherwise, 0's are reported for stats a grid points with no data when they should really be reported as bad data!
    JohnHalleyGotway committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    073e9e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Per #1371, update logic of the compute_cntinfo() function so that CNT…

    … statistics can be derived from a single SL1L2Info object containing both scalar and scalar anomaly partial sums. These changes enable CNT:ANOM_CORR to be aggregated in the Series-Analysis tool.
    JohnHalleyGotway committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1fd1f91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24f9cfd View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    83bf7da View commit details
    Browse the repository at this point in the history
  2. Per #1371, this is actually related to MET #2924. In compute_pctinfo(…

    …) used obs climo data first, if provided. And if not, use fcst climo data.
    JohnHalleyGotway committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3eabea8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Per #1371, fix indexing bug (+i instead of +1) when check the valid d…

    …ata count. Also update the logic of read_aggr_total() to return a count of 0 for bad data.
    JohnHalleyGotway committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1c7a03f View commit details
    Browse the repository at this point in the history
  2. Per #1371, add logic to aggregate the PSTD BRIERCL and BSS statistics…

    … in the do_climo_brier() function. Tested manually to confirm that it works.
    JohnHalleyGotway committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    457c1ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d625e06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0a1a0b View commit details
    Browse the repository at this point in the history
  5. Per #1371, update series_analysis tests in unit_climatology_1.0deg.xm…

    …l to demonstrate aggregating climo-based stats.
    JohnHalleyGotway committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    38e7a67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0a5eb7 View commit details
    Browse the repository at this point in the history
  7. Per #1371, skip writing the PCT THRESH_i columns to the Series-Analys…

    …is output since they are not used
    JohnHalleyGotway committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    972f867 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    eecd22d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12c1eec View commit details
    Browse the repository at this point in the history
  3. Per #1371, ignore unneeded PCT 'THRESH_' variables both when reading …

    …and writing ALL PCT columns.
    JohnHalleyGotway committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4f78b26 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Per #1371, update the test named series_analysis_AGGR_CMD_LINE to inc…

    …lude data for the F42 lead time that had previously been included for the same run in the develop branch. Note however that the timestamps in the output file for the develop branch (2012040900_to_2012041100) were wrong and have been corrected here (2012040900_to_2012041018) to match the actual data.
    JohnHalleyGotway committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    52589c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1560700 View commit details
    Browse the repository at this point in the history