Skip to content

units for groundwater related variables #91

Answered by dof1985
abbylute asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @abbylute

I would advise you look in the model .py files to understand the processes better. I would bring some examples from there to give you some hints for how it works.

  1. Routing is done in routing_kinemtaic.py: what is routed is water in channels, lakes, and reservoirs. After entering the channel, the water is not divided by source, rather, it is all treated as channel water.

  2. Channel water are affected by multiple inflows and out flows; one of which is baseflow. You can review the runoff_concentration.py to find the following:
    self.var.runoff = self.var.sum_landSurfaceRunoff + self.var.baseflow + self.var.leakageIntoRunoff

Whereas self.var.runoff is the variable fed into chann…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@abbylute
Comment options

@dof1985
Comment options

dof1985 Sep 29, 2023
Collaborator

@abbylute
Comment options

@dof1985
Comment options

dof1985 Oct 3, 2023
Collaborator

Answer selected by dof1985
@abbylute
Comment options

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