Skip to content

How to Read Pump Discharge? #16

Answered by gedaskir
hawklorry asked this question in Q&A
Discussion options

You must be logged in to vote

In this case the provided res1d file does contain only 'Discharge' quantity for structures. Here Mike1D defines the pump on a Q-point of so called structure reach (the same is for weir and orifice). Mike+ plus is interpreting the 'Discharge' quantity of this Q-point as Pump Discharge. Note that there is also other kind of output called 'DischargeInStructure', which is possible to enable in Mike+ (I won't go into detail what is the difference between 'Discharge' and 'DischargeInStructure'):

Here is an example script to retrieve a discharge of pump 'Woodward_P4':

from mikeio1d.res1d import Res1D
from mikeio1d.res1d import QueryDataReach

pump_id = "Pump:Woodward_P4"
res1d = Res1D("richmond…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by gedaskir
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #13 on November 01, 2021 08:28.