Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 68
    • Issues 68
    • List
    • Boards
    • Service Desk
    • Milestones
  • Redmine
    • Redmine
  • Merge requests 7
    • Merge requests 7
  • 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

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

  • HYCAR-HydroHYCAR-Hydro
  • airGRairGR
  • Issues
  • #156
Closed
Open
Issue created Jun 30, 2022 by Dorchies David@david.dorchiesDeveloper

RunModel_Lag: wrong values in parameter screening

Lag parameter screening values are currently:

ParamTSD <- matrix(c(+1.25,
                     +2.50,
                     +5.00), ncol = 1, byrow = TRUE)

These values corresponds to a correct definition for Real parameters but, as we see that all other model screening values are between -10 and 10, Transformed parameters should be used here.

This wrong screening could explain the trend of the calibration to converge to high values of celerity when sensibility to this parameter is low.

As the range of the real parameter celerity is defined in the range [0, 20], corresponding transformed parameters should be:

ParamTSD <- matrix(c(-8.75,
                     -7.50,
                     -5.00), ncol = 1, byrow = TRUE)
Assignee
Assign to
Time tracking