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 1905 ens_ctrl #1955

Merged
merged 22 commits into from
Nov 3, 2021
Merged

Feature 1905 ens_ctrl #1955

merged 22 commits into from
Nov 3, 2021

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    3b0d6d2 View commit details
    Browse the repository at this point in the history
  2. Per #1905, add the -ctrl command line option to ensemble_stat and upd…

    …ate the logic to use it the same way gen_ens_prod does.
    JohnHalleyGotway committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    144ac67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b39d9de View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    ae054b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2339a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52935a9 View commit details
    Browse the repository at this point in the history
  4. Per #1905, more tweaks.

    JohnHalleyGotway committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    e89f122 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

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

Commits on Oct 25, 2021

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

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    b41d73a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a63c70 View commit details
    Browse the repository at this point in the history
  3. Per #1905, add a call to ensemble_stat using the -ctrl option. I real…

    …ize that if a control member is specified, the number of ensemble members should be increased by 1.
    JohnHalleyGotway committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    519daad View commit details
    Browse the repository at this point in the history
  4. Per #1905, enable STDEV output in the NetCDF file since it's computat…

    …ion differs when -ctrl is used.
    JohnHalleyGotway committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    1e25123 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Per #1905, add NumArray::mean(), variance(), and stdev() with options…

    … to skip. This supports excluding the ensemble control member from the spread.
    JohnHalleyGotway committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e92e04b View commit details
    Browse the repository at this point in the history
  2. Per #1905, keep track of which ensemble member is the control and exc…

    …lude it from the spread and variance computations.
    JohnHalleyGotway committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    a8e6ca8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa5bed5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b7952a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b02ea6 View commit details
    Browse the repository at this point in the history
  6. Per #1905, define ctrl_index in ensemble_stat.h instead of ensemble_s…

    …tat_conf_info.h which was confusing the scope in which it was defined.
    JohnHalleyGotway committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    872c50f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

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

Commits on Nov 1, 2021

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

Commits on Nov 2, 2021

  1. Small spelling correction

    j-opatz authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    a616008 View commit details
    Browse the repository at this point in the history