Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • airGR airGR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
  • Redmine
    • Redmine
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • HYCAR-Hydro
  • airGRairGR
  • Issues
  • #50

Closed
Open
Created Apr 15, 2020 by Thirel Guillaume@guillaume.thirelOwner

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