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
  • #50
Closed
Open
Issue created Apr 15, 2020 by Thirel Guillaume@guillaume.thirelDeveloper

Adjust TransfoParam_GR5H (production store)

The transformation given for GR5H (coming from Andrea Ficchi's files) is different from other models regarding the production store. ParamOut[, 1] <- exp(1.5 * ParamIn[, 1]) vs ParamOut[, 1] <- exp(ParamIn[, 1]) and ParamOut[, 1] <- log(ParamIn[, 1])/1.5 vs ParamOut[, 1] <- log(ParamIn[, 1]).

The 1.5 factor seems unnecessary as it provokes irrealistically high X1 values. We should try to remove it and check the impact on GR5H on our 240 catchments hourly dataset.

Issue made following a remark from @paul.astagneau

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