Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • airGR airGR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 65
    • Issues 65
    • List
    • Boards
    • Service Desk
    • Milestones
  • Redmine
    • Redmine
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Bonjour, un projet de forge INRAE a été lancé. Il devrait à terme remplacer la forge gitlab.irstea.fr. Pour plus d'informations, vous pouvez suivre les actualités de ce projet sur https://forge-inrae.pages.mia.inra.fr/www/

  • HYCAR-HydroHYCAR-Hydro
  • airGRairGR
  • Issues
  • #103
Closed
Open
Issue created Mar 01, 2021 by Dorchies David@david.dorchiesDeveloper

RunModel_Lag: `StateEnd` is wrong in case of more than 1 upstream basin

The code refers to the variable Qupstream which is the flow of the last upstream flow processed in the loop of lag calculation:

OutputsModel$StateEnd$SD <- lapply(seq(NbUpBasins), function(x) {
      Qupstream[(LengthTs - floor(PT[x])):LengthTs]
    })

It should refer to InputsModel$Qupstream which is the matrix of all upstream flows.

Edited Mar 01, 2021 by Dorchies David
Assignee
Assign to
Time tracking