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

Save solver stats per saveat #1674

Closed
SouthEndMusic opened this issue Aug 1, 2024 · 0 comments · Fixed by #1677
Closed

Save solver stats per saveat #1674

SouthEndMusic opened this issue Aug 1, 2024 · 0 comments · Fixed by #1677
Labels
core Issues related to the computational core in Julia

Comments

@SouthEndMusic
Copy link
Collaborator

Currently motivated by #1414, I'm looking for ways to visualize how the solver is performing. To this end I want to obtain solver stats (model.integrator.sol.stats) per saveat as an output table.

@SouthEndMusic SouthEndMusic added the core Issues related to the computational core in Julia label Aug 1, 2024
SouthEndMusic added a commit that referenced this issue Aug 6, 2024
Fixes #1672.

I've added some basic functionality to plot storages and levels with
Makie:

![basin_data](https://github.com/user-attachments/assets/c86a9ea5-4d81-4df9-84a5-2b2c2f087901)


![flow](https://github.com/user-attachments/assets/dcbd9d08-deab-450c-847c-e37fff39c536)
(For conservative nodes I only plot the inflow)

I'm first going to work on
#1674 and then visualize that.

---------

Co-authored-by: Martijn Visser <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues related to the computational core in Julia
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant