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 1684 bss and 1685 single reference model #1689

Merged
merged 19 commits into from
Mar 2, 2021

Commits on Feb 26, 2021

  1. Per #1684, move an instance of the ClimoCDFInfo class into PairBase. …

    …Also define derive_climo_vals() and derive_climo_prob() utility functions.
    JohnHalleyGotway committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    c0dab33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89e9481 View commit details
    Browse the repository at this point in the history
  3. Per #1684, update ensemble_stat and point_stat to set the ClimoCDFInf…

    …o object based on the contents of the config file.
    JohnHalleyGotway committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    f541a81 View commit details
    Browse the repository at this point in the history
  4. Per #1684, update the vx_statistics library and stat_analysis to make…

    … calls to the new derive_climo_vals() and derive_climo_prob() functions.
    JohnHalleyGotway committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    4d655d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Per #1684, since cdf_info is a member of PairBase class, need to hand…

    …le it in the PairDataPoint and PairDataEnsemble assignment and subsetting logic.
    JohnHalleyGotway committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    7d19d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    687b00a View commit details
    Browse the repository at this point in the history
  3. Per #1684, working on log messages and figured that the regridding cl…

    …imo data should be moved from Debug(1) to at least Debug(2).
    JohnHalleyGotway committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    9abfbcc View commit details
    Browse the repository at this point in the history
  4. Per #1684 and #1685, update the logic for the derive_climo_vals() uti…

    …lity function. If only a single climo bin is requested, just return the climo mean. Otherwise, sample the requested number of values.
    JohnHalleyGotway committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    a759c17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8f1b9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0737877 View commit details
    Browse the repository at this point in the history
  7. Per #1684, update parse_orank_line() logic. Rather than calling NumAr…

    …ray::clear() call NumArray::erase() to preserve allocated memory. Also, instead of parsing ensemble member values by column name, parse them by offset number.
    JohnHalleyGotway committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    dc6a8af View commit details
    Browse the repository at this point in the history
  8. Per #1684, call EnsemblePairData::extend() when parsing ORANK data to…

    … allocate one block of memory instead of bunches of litte ones.
    JohnHalleyGotway committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    4b0a816 View commit details
    Browse the repository at this point in the history
  9. Per #1684 and #1685, add another call to Ensemble-Stat to test comput…

    …ing the CRPSCL_EMP from a single climo mean instead of using the full climo distribution.
    JohnHalleyGotway committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    4b5c718 View commit details
    Browse the repository at this point in the history
  10. Per #1684 and #1685, update ensemble-stat docs about computing CRPSS_…

    …EMP relative to a single reference model.
    JohnHalleyGotway committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    716f777 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97d622e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d2497ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7190179 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    82b5898 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Per #1684 and #1685, update PairDataEnsemble::compute_pair_vals() to …

    …print a log message indicating the climo data being used as reference:
    
    For a climo distribution defined by mean and stdev:
    DEBUG 3: Computing ensemble statistics relative to a 9-member climatological ensemble.
    
    For a single deterministic reference:
    DEBUG 3: Computing ensemble statistics relative to the climatological mean.
    JohnHalleyGotway committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    9a792c5 View commit details
    Browse the repository at this point in the history