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 external timeseries for Delwaq coupling #1111

Closed
wants to merge 1 commit into from

Conversation

evetion
Copy link
Member

@evetion evetion commented Feb 12, 2024

Fixes #520
Required for reading in results from (and possibly input to) Delwaq (#649), which can be used in coupling.

This adds a generic External, node_id less Node, with only a time table, with fields time and external. It can be used as a global condition (climate forcing?). Furthermore, this adds a single concentration column to the Basin static/time tables. This can be used as both input for Delwaq coupling, as output from the Delwaq model.

The code for both inputs is very similar, hence the combined PR. Both inputs are now hardcoded single names, as a generic dynamic solution seems much more complex. Eventually we want to have several concentration/input fields, for setting multiple tracers.

@evetion evetion requested a review from visr February 12, 2024 12:06
@evetion evetion changed the title Implement external timeseries and adds concentration field to Basin. Implement external timeseries for Delwaq coupling Feb 12, 2024
@evetion evetion added control Rule based control of physical layer waterquality Issues related to Delwaq coupling/functionality labels Feb 12, 2024
@evetion
Copy link
Member Author

evetion commented Feb 16, 2024

Closed in favour of #1137 (which show how these fields can be used).

@evetion evetion closed this Feb 16, 2024
@Hofer-Julian Hofer-Julian deleted the feat/external-timeseries branch February 16, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
control Rule based control of physical layer waterquality Issues related to Delwaq coupling/functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

External data (for DiscreteControl)
1 participant