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

BFI target function

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sebastian Müller requested to merge muellese/mhm:BFI_target_function into develop Apr 11, 2022
  • Overview 0
  • Commits 17
  • Pipelines 10
  • Changes 10

Added BFI-target function to mHM:

  • opti_function=34:
    !> (34) SO: Q: (1 + |BFI_o - BFI_s|)(1 - KGE)
    !>             BFI_s = mean_t(<q_2>) / mean_t(<q_total>)
    !>             BFI_o = given in separate namelist per domain
    !>             <.> is a spatial average
  • you can either specify a baseflow index per domain or you can let calculate this by mhm intern with the Eckhardt filter
  • a new namelist was added to the mhm.nml:
    !******************************************************************************************
    ! SETTINGS FOR OPTIMIZATION for baseflow-index (opti_function = 34)
    !******************************************************************************************
    &BFI_inputs
    !> Calculate BFI from discharge time series with the Eckhardt filter
    !> Eckhardt et al. (2008, doi: 10.1016/j.jhydrol.2008.01.005)
    !> This option **requires** one gauge per domain at the outlet of the basin.
    BFI_calc = .true.
    !> baseflow index per domain. Only needed if not calculated (BFI_calc = .false.)
    !> You can overwrite single BFI values to not calculate them internally (if BFI_calc = .true.).
    ! BFI_obs(1) = 0.124
    ! BFI_obs(2) = 0.256
    /
  • when calculating internally, you need to have exactly one gauge per domain
Edited May 04, 2022 by Sebastian Müller
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: BFI_target_function