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

Option to use multiple stage/level input locations #55

Open
dvalters opened this issue Dec 15, 2022 · 0 comments
Open

Option to use multiple stage/level input locations #55

dvalters opened this issue Dec 15, 2022 · 0 comments

Comments

@dvalters
Copy link
Owner

Similar to reach data mode (discharge), we want to be able to have multiple levels data points for input.

The logic for this could extend the stage_tide_inputs logic, or it could extend the reach input logic - i.e.

Extending Reach Mode logic

  • Switch to flip between discharge and levels
  • Multiple file support already there.
  • Your input file would read the "discharge" column as either "discharge (cumecs)" or "river level (m)"
  • Level get set by default as single pixel width (1D line)

Extending Stage Mode Logic

  • Logic remains similar except:
  • Switch to flip between local_datum and AOD datum.
  • Current logic assumes AOD datum, i.e. the level is the elevation of the water surface, but many gauging stations report the local depth of the water relative to a local datum.
  • Option to set a site datum?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant