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

ENH Store sensitivity history arrays #367

Open
drewejohnson opened this issue Dec 12, 2019 · 0 comments
Open

ENH Store sensitivity history arrays #367

drewejohnson opened this issue Dec 12, 2019 · 0 comments
Projects

Comments

@drewejohnson
Copy link
Collaborator

drewejohnson commented Dec 12, 2019

Is your feature request related to a problem? Please describe.
When running sensitivity runs using the sens opt history 1 option, arrays are generated that describe the values of the responses using only N latent generations, from one to one less than specified in the sens opt latgen <> setting. These arrays are not currently stored, but their presence is noted [PR #366]

Describe the solution you'd like
We should find a way to store these arrays. The primary use case would be to study and plot responses and/or uncertainties using variable latent generations.

Describe alternatives you've considered
We could store these values in a similar dictionary as an array of responses latgensens["keff"].shape = (N-1, ...) where N is the number of latent generations, and nth subarray latgensens["keff"][n] is the response using only n latent generations. Or a dictionary of dictionaries could work as well latgensens["keff"] = {n: array}

Additional context
Serpent wiki - http://serpent.vtt.fi/mediawiki/index.php/Sensitivity_calculations#Effect_of_number_of_latent_generations
Original forum post - https://ttuki.vtt.fi/serpent/viewtopic.php?f=30&t=3278

drewejohnson pushed a commit to drewejohnson/serpent-tools that referenced this issue Dec 12, 2019
Point to GitHub issue CORE-GATECH-GROUP#367 to indicate we are aware of the
desire to store arrays over variable number of latent generations,
but do not store them currently.
@drewejohnson drewejohnson added this to To do in Main Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Main
To do
Development

No branches or pull requests

1 participant