Feature 1905 ens_ctrl#1955
Merged
JohnHalleyGotway merged 22 commits intodevelopfrom feature_1905_ens_ctrlNov 3, 2021
+394-273
Commits
Commits on Oct 8, 2021
Commits on Oct 11, 2021
Not actually related to #1905, but clarifying the pcp_combine usage statement per dtcenter/METplus#1201 discussion.
committed- committed
- committed
- committed
Commits on Oct 20, 2021
Commits on Oct 25, 2021
Commits on Oct 27, 2021
- committed
- committed
Per #1905, add a call to ensemble_stat using the -ctrl option. I realize that if a control member is specified, the number of ensemble members should be increased by 1.
committedPer #1905, enable STDEV output in the NetCDF file since it's computation differs when -ctrl is used.
committed
Commits on Oct 29, 2021
Per #1905, add NumArray::mean(), variance(), and stdev() with options to skip. This supports excluding the ensemble control member from the spread.
committedPer #1905, keep track of which ensemble member is the control and exclude it from the spread and variance computations.
committed- committed
- committed
- committed
Per #1905, define ctrl_index in ensemble_stat.h instead of ensemble_stat_conf_info.h which was confusing the scope in which it was defined.
committed
Commits on Oct 30, 2021
Commits on Nov 1, 2021
Commits on Nov 2, 2021
- authored