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

Implement ensemble-member support #76

Open
spencerahill opened this issue May 21, 2016 · 1 comment
Open

Implement ensemble-member support #76

spencerahill opened this issue May 21, 2016 · 1 comment

Comments

@spencerahill
Copy link
Owner

Only None and 0 currently work as ens_mem. Should be able to input integer in range 0 to N-1 for an an ensemble of N members. If no ensemble members, only None should be accepted. Should also be able to input 'mean' to compute and save the ensemble mean.

And, for runs with multiple ensemble members, the 0 input is being ignored. No ensemble member tag being used in writing the data to disk, so there's not even any indication that the data is a single ensemble member, and if we got multiple working without fixing this part, they would just overwrite one another's data.

All of this worked once upon a time, but looking at the code base its mostly gone. So need to re-implement. Should be pretty straightforward,

@spencerahill spencerahill added this to the v0.1 milestone Jul 2, 2016
@spencerahill spencerahill modified the milestones: v0.2, v0.1 Jan 25, 2017
@spencerahill spencerahill modified the milestones: before v1.0, v0.2 Aug 31, 2017
@spencerahill spencerahill removed the bug label Jun 11, 2018
@spencerahill spencerahill changed the title Fix ensemble-member support Implement ensemble-member support Jun 11, 2018
@spencerahill
Copy link
Owner Author

Since #248, this is no longer a bug and instead a feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant