-
Notifications
You must be signed in to change notification settings - Fork 24
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
Commits on Jul 29, 2024
-
Per #1371, add -input command line argument and add support for ALL f…
…or the CTC, MCTC, SL1L2, and PCT line types.
Configuration menu - View commit details
-
Copy full SHA for c6b4cab - Browse repository at this point
Copy the full SHA c6b4cabView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f49d9e9 - Browse repository at this point
Copy the full SHA f49d9e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb9410c - Browse repository at this point
Copy the full SHA cb9410cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f12f30 - Browse repository at this point
Copy the full SHA 5f12f30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5122d - Browse repository at this point
Copy the full SHA 5b5122dView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea1b00a - Browse repository at this point
Copy the full SHA ea1b00aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d92b2df - Browse repository at this point
Copy the full SHA d92b2dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94abe8f - Browse repository at this point
Copy the full SHA 94abe8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e33a49 - Browse repository at this point
Copy the full SHA 8e33a49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6364c99 - Browse repository at this point
Copy the full SHA 6364c99View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe26bf1 - Browse repository at this point
Copy the full SHA fe26bf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7980c3e - Browse repository at this point
Copy the full SHA 7980c3eView commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1891cea - Browse repository at this point
Copy the full SHA 1891ceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c1ac83 - Browse repository at this point
Copy the full SHA 4c1ac83View commit details -
Per #1371, work in progress aggregating all the line statistics types…
…. Still have several issues to address
Configuration menu - View commit details
-
Copy full SHA for a24485b - Browse repository at this point
Copy the full SHA a24485bView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca3b2b1 - Browse repository at this point
Copy the full SHA ca3b2b1View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48eb23c - Browse repository at this point
Copy the full SHA 48eb23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ae8ae - Browse repository at this point
Copy the full SHA c0ae8aeView commit details -
Per #1371, consistent regridding log messages and fix the Series-Anal…
…ysis PairDataPoint object handling logic.
Configuration menu - View commit details
-
Copy full SHA for a6ffe06 - Browse repository at this point
Copy the full SHA a6ffe06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e05ba - Browse repository at this point
Copy the full SHA 55e05baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aec0ca - Browse repository at this point
Copy the full SHA 0aec0caView commit details -
Per #1371, fix the series_analysis PCT aggregation logic and add a te…
…st to unit_series_analysis.xml to demonstrate.
Configuration menu - View commit details
-
Copy full SHA for 2fba527 - Browse repository at this point
Copy the full SHA 2fba527View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f7a80c - Browse repository at this point
Copy the full SHA 8f7a80cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b8bb0 - Browse repository at this point
Copy the full SHA b4b8bb0View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c9e945 - Browse repository at this point
Copy the full SHA 9c9e945View commit details -
Per #1371, update series-analysis to apply the valid data threshold p…
…roperly using the old aggregate data and the new pair data.
Configuration menu - View commit details
-
Copy full SHA for a864f29 - Browse repository at this point
Copy the full SHA a864f29View commit details -
Per #1371, update series_analysis to buffer data and write it all at …
…once instead of storing data value by value for each point.
Configuration menu - View commit details
-
Copy full SHA for 47db1ce - Browse repository at this point
Copy the full SHA 47db1ceView commit details
Commits on Aug 16, 2024
-
Per #1371, add useful error message when required aggregation variabl…
…es are not present in the input -aggr file.
Configuration menu - View commit details
-
Copy full SHA for def857c - Browse repository at this point
Copy the full SHA def857cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea28a0 - Browse repository at this point
Copy the full SHA 2ea28a0View commit details
Commits on Aug 19, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for cbba99b - Browse repository at this point
Copy the full SHA cbba99bView commit details -
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!
Configuration menu - View commit details
-
Copy full SHA for 073e9e4 - Browse repository at this point
Copy the full SHA 073e9e4View commit details
Commits on Aug 21, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1fd1f91 - Browse repository at this point
Copy the full SHA 1fd1f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24f9cfd - Browse repository at this point
Copy the full SHA 24f9cfdView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 83bf7da - Browse repository at this point
Copy the full SHA 83bf7daView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3eabea8 - Browse repository at this point
Copy the full SHA 3eabea8View commit details
Commits on Aug 23, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1c7a03f - Browse repository at this point
Copy the full SHA 1c7a03fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 457c1ca - Browse repository at this point
Copy the full SHA 457c1caView commit details -
Configuration menu - View commit details
-
Copy full SHA for d625e06 - Browse repository at this point
Copy the full SHA d625e06View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0a1a0b - Browse repository at this point
Copy the full SHA c0a1a0bView commit details -
Per #1371, update series_analysis tests in unit_climatology_1.0deg.xm…
…l to demonstrate aggregating climo-based stats.
Configuration menu - View commit details
-
Copy full SHA for 38e7a67 - Browse repository at this point
Copy the full SHA 38e7a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a5eb7 - Browse repository at this point
Copy the full SHA f0a5eb7View commit details -
Per #1371, skip writing the PCT THRESH_i columns to the Series-Analys…
…is output since they are not used
Configuration menu - View commit details
-
Copy full SHA for 972f867 - Browse repository at this point
Copy the full SHA 972f867View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eecd22d - Browse repository at this point
Copy the full SHA eecd22dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c1eec - Browse repository at this point
Copy the full SHA 12c1eecView commit details -
Per #1371, ignore unneeded PCT 'THRESH_' variables both when reading …
…and writing ALL PCT columns.
Configuration menu - View commit details
-
Copy full SHA for 4f78b26 - Browse repository at this point
Copy the full SHA 4f78b26View commit details
Commits on Aug 29, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 52589c9 - Browse repository at this point
Copy the full SHA 52589c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1560700 - Browse repository at this point
Copy the full SHA 1560700View commit details