Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • airGRiwrm airGRiwrm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

En prévision de l'arrivée de la forge institutionnelle INRAE, nous vous invitons à créer vos nouveaux projets sur la forge MIA.

  • IN-WOP
  • airGRiwrmairGRiwrm
  • Issues
  • #181
Something went wrong while setting issue due date.
Closed
Open
Issue created 4 months ago by Dorchies David@david.dorchiesOwner
  • New related issue

  • New related issue

Simulation of water losses on routed flows based on GR groundwater exchange function

Open

Simulation of water losses on routed flows based on GR groundwater exchange function

GR models have a groundwater exchange function calculating a groundwater exchange flow in mm/time step based on the level of the routing reservoir. GR5J and GR6J have a different formulation than GR4J (See Le Moine, 2008).

In order to simulate supposed leakage at low-flows on karstic intermediate river basins, we need to find a way to remove water volume from the routed upstream flows on intermediate river basins.

I propose the following formalism:

  • To reuse the groundwater exchange function result which is available in GR outputs as base of leak calculation
  • To apply this leak in mm/time step to the upstream flow in m3/s taking into account the area of the downstream intermediate basin (positive exchange are not taken into account)
  • To differentiate the leaks by taking into account the distance travelled by each upstream flow in the downstream intermediate basin

Le Moine, Nicolas. 2008. « Le bassin versant de surface vu par le souterrain : une voie d’amélioration des performances et du réalisme des modèles pluie-débit? » These de doctorat, Paris 6. https://www.theses.fr/2008PA066468.

Edited 4 months ago

    Tasks

    0

    No tasks are currently assigned. Use tasks to break down this issue into smaller parts.

    Linked items
    0

    Link issues together to show that they're related. Learn more.

    Related merge requests

    1

    When this merge request is accepted, this issue will be closed automatically.

    • Draft: Resolve "Simulation of water losses on routed flows based on GR groundwater exchange function"
      !109
      v0.8.0

    Activity


    • Dorchies David changed milestone to %v0.8.0 4 months ago

      changed milestone to %v0.8.0

    • Dorchies David added enhancement label 4 months ago

      added enhancement label

    • Dorchies David assigned to @david.dorchies 4 months ago

      assigned to @david.dorchies

    • Dorchies David changed title from Simulation water losses on routed flows based on GR groundwater exchange function to Simulation of water losses on routed flows based on GR groundwater exchange function 4 months ago

      changed title from Simulation water losses on routed flows based on GR groundwater exchange function to Simulation of water losses on routed flows based on GR groundwater exchange function

    • Dorchies David created branch 181-simulation-water-losses-on-routed-flows-based-on-gr-groundwater-exchange-function to address this issue 4 months ago

      created branch 181-simulation-water-losses-on-routed-flows-based-on-gr-groundwater-exchange-function to address this issue

    • Dorchies David mentioned in merge request !109 4 months ago

      mentioned in merge request !109

    • Dorchies David changed the description 4 months ago

      changed the description

    • Dorchies David mentioned in commit f54a8db5 4 months ago

      mentioned in commit f54a8db5

    • Dorchies David mentioned in commit fd2438f7 4 months ago

      mentioned in commit fd2438f7

    • Dorchies David mentioned in commit f10274a8 4 months ago

      mentioned in commit f10274a8

    • Dorchies David mentioned in commit dd1dca58 4 months ago

      mentioned in commit dd1dca58

    • Dorchies David
      Dorchies David @david.dorchies · 4 months ago
      Author Owner

      Specification:

      • E OutputsModel$Exch
      • Qup_i ith upstream flow in m3/s
      • PT_i the delay of the upstream flow i in the downstream intermediate water basin (i.e. the time during the leak occurs on the flow)
      • A_d the area of the downstream intermediate water basin

      Qup_i(t_{Qup_i positive} + PT_i) = max(0, Qup_i(t_{Qup_i positive} + PT_i) + E(t_{Qup_i positive}) \times PT_i \times 1000 A_d)

    • Dorchies David mentioned in commit 73670bf1 4 months ago

      mentioned in commit 73670bf1

    • Dorchies David mentioned in commit c9706d91 4 months ago

      mentioned in commit c9706d91

    • Dorchies David
      Dorchies David @david.dorchies · 4 months ago
      Author Owner

      I think there's still an issue on the repartition of the water leaks. The current formula applied the leaks on the whole area of the downstream intermediate water basin. In the case of a tributary connected near the downstream outlet, that will oversize the leaks. A weight related to the distance to the upstream inlets must be applied.

      Edited 4 months ago by Dorchies David
    • Dorchies David mentioned in commit 1747c404 3 months ago

      mentioned in commit 1747c404

    • Dorchies David mentioned in commit 0cdf4df0 3 months ago

      mentioned in commit 0cdf4df0

    • Dorchies David mentioned in commit ac4bd3ff 3 months ago

      mentioned in commit ac4bd3ff

    • Dorchies David mentioned in commit a0f5c436 3 months ago

      mentioned in commit a0f5c436

    • Dorchies David mentioned in commit 95b3636d 3 months ago

      mentioned in commit 95b3636d

    • Dorchies David mentioned in commit 1f9fd5c3 3 months ago

      mentioned in commit 1f9fd5c3

    • Dorchies David mentioned in commit 692f2a4d 3 months ago

      mentioned in commit 692f2a4d

    • Dorchies David mentioned in commit 488ce06d 3 months ago

      mentioned in commit 488ce06d

    • Dorchies David
      Dorchies David @david.dorchies · 3 months ago
      Author Owner

      Current implemented equation for Calibration of the Talanoa model.

      Water losses Eup_{i} (m3/time step) applied on the routed upstream flows Qup_i are computed as below:

      Eup_i(t) = \min(E(t),0) PT_i \dfrac{L_i}{\sum_{1 \leq j \leq N} L_j} A_d \times 1000

      With:

      • E OutputsModel$Exch of GR model in mm/time step
      • PT_i the delay of the upstream flow i in the downstream intermediate water basin (i.e. the time during the leak occurs on the flow in number of time steps)
      • L_i the length of the water course between upstream inlet and downstream outlet
      • A_d the area of the downstream intermediate water basin in km2

      Hypotheses behind the calculation of the water losses are:

      • inflows from underground water exchanges does not affect routed upstream flows, that's why only negative exchange flows are considered here.
      • water leaks are applied on the volume of water upstream flows stored in the intermediate basin, that's why the leaks are proportional to the delay time or travel time of the routed upstream flow in the intermediate basin.
      • to pass from a height of water losses in mm per time step to a volume, we consider that each upstream water course are distinct and are influenced by an area proportional to their respective lengths.

      Then leaks are only applied on positive upstream flows. During the calculation of the routed upstream flow affected by the leak (Qup(t) + Eup(t)), we check that the leaks that the leaks don't imply negative flows (cap to 0) and consequently modify the variable Eup.

      Edited 3 months ago by Dorchies David
    Please register or sign in to reply
    Assignee
    Dorchies David's avatar
    Dorchies David
    Assign to
    Labels
    0
    None
    0
    None
      Assign labels
    • Manage project labels

    Milestone
    No milestone
    None
    Due date
    None
    None
    None
    Time tracking
    No estimate or time spent
    Confidentiality
    Not confidential
    Not confidential

    You are going to turn on confidentiality. Only project members with at least the Reporter role, the author, and assignees can view or be notified about this issue.

    Lock issue
    Unlocked
    0
    0 Participants
    Reference:

    Menu

    Explore Projects Groups Topics Snippets