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
  • #90
Closed
Open
Issue created Jan 14, 2021 by Pelletier Antoine@antoine.pelletier

Fix incorrect parameter transformation for X5 in GR5J

In TransfoParam_GR5J.R, the proposed transformation for X5 only allows values between 0 and 1. Indeed, with ParamOut[, 5] <- (ParamIn[, 5] + 9.99) / 19.98, with ParamIn[, 5] between -9.99 and 9.99, we get bounds of 0 and 1.

Yet, X5 can take values below 0 and above 1 (see figure 8 of this article for instance). The proposed transformation in TransfoParam_GR6J.R, which is ParamOut[, 5] <- ParamIn[, 5] / 5, seem to be more consistent with the expected values of the parameter, in addition to improving coherence between the two versions of the model.

Edited Apr 19, 2021 by Delaigue Olivier
Assignee
Assign to
Time tracking