Skip to content
GitLab
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 27
    • Issues 27
    • 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

La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous invitons à y créer vos nouveaux projets.

  • IN-WOP
  • airGRiwrmairGRiwrm
  • Issues
  • #60
Closed
Open
Issue created Sep 30, 2021 by Dorchies David@david.dorchiesOwner

[CreateInputsModel] Make `Qobs` parameter optional

The Qobs parameter is useless when the network in only composed of hydrological model nodes.

Qobs is used to fill the matrix Qupstream parameter of airGR::CreateInputsModel items but the column of this matrix is replace by upstream simulated flows during calibration and simulation.

The only exception are:

  • when direct flows are injected in the network (case model = NA).
  • when using option useUpstreamQsim = FALSE in Calibration

So my proposition is that:

  • Qobs should be optional and in that case, Qupstream should be filled with zeros for airGR::CreateInputsModel calls.
  • Qobs is mandatory only in case of nodes with model = NA and column names should at least match with these nodes.
  • In case of using option useUpstreamQsim = FALSE, check in Calibration that all nodes are present in the columns.
Edited Oct 15, 2021 by Dorchies David
Assignee
Assign to
Time tracking