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

Output variable selection #2

Open
brycemihal opened this issue Jul 31, 2019 · 9 comments
Open

Output variable selection #2

brycemihal opened this issue Jul 31, 2019 · 9 comments
Assignees
Labels
enhancement New feature or request

Comments

@brycemihal
Copy link
Contributor

Would be good to add a section where output variables can be turned on or off

@cbuahin
Copy link
Member

cbuahin commented Jul 31, 2019

@brycemihal so what I am thinking is we will have a default set of variables that will be written no matter what and the rest can be optional. Could you provide a list of those that you would like to be optional ? Is this something that should be implemented for other components as well ?

@brycemihal
Copy link
Contributor Author

brycemihal commented Jul 31, 2019 via email

@cbuahin cbuahin self-assigned this Jul 31, 2019
@cbuahin cbuahin added the enhancement New feature or request label Jul 31, 2019
@brycemihal
Copy link
Contributor Author

Also would be good to only write out data at a specified model cell. For example, temperature could look like:

temperature [L_1,L_50,L_200] for only 3 cells

or

temperature [L_1:L_200] for all cells between 1 and 200

@cbuahin
Copy link
Member

cbuahin commented Aug 7, 2019

@brycemihal, I think I will hold off implementing this additional feature at this time. I can see myself making a mistake running a whole simulation and forgetting to write some cells out. I think selecting the variables to turn off/on is a good start. My suspicion from doing some tests over the weekend is that doing this alone will save considerable space and time.

@brycemihal
Copy link
Contributor Author

brycemihal commented Aug 7, 2019 via email

@cbuahin
Copy link
Member

cbuahin commented Aug 12, 2019

@brycemihal , I had added the feature you requested. You can download the new HydroCoupleComposer installer (https://github.com/HydroCouple/HydroCoupleComposer/releases/download/v1.4.0/HydroCoupleComposer.msi) and test it. All variables are defaulted to be written out unless you specify that they not be written. Variables that are written once at the beginning of a simulation cannot be turned off (e.g., x, y, z, length, solute_names, etc.) as they have very little influence on file size and io performance.

@brycemihal
Copy link
Contributor Author

brycemihal commented Aug 14, 2019 via email

@cbuahin
Copy link
Member

cbuahin commented Aug 19, 2019

@brycemihal , I fixed the bug you found for the CSH and have made the variables optional for the HTS and RHE components. It should be available in the latest HydroCoupleComposer release. Let me know if you find any additional bugs.

@cbuahin
Copy link
Member

cbuahin commented Aug 19, 2019

@brycemihal , here are the commits. It seems the commit I screwed up somewhere for the RHE commit. I will check it out tonight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants