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
  • !120

Add L1_temp_calc and L1_prec_calc for coupling and cleanup routine

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sebastian Müller requested to merge muellese/mhm:202205_finam_updates into develop May 18, 2022
  • Overview 1
  • Commits 4
  • Pipelines 4
  • Changes 8

FINAM updates

Models like mQM would like to get temperature from mHM, to use the same forcings. Internally temperature gets dis-aggregated but was not accessible from outside.

Therefore I added L1_temp_calc and L1_prec_calc (next to L1_pet_calc) to hold the dis-aggregated values for temperature and precipitation.

In addition, a module mo_clean_up was added with a routine to deallocate all arrays from the mHM run. This is now called in mhm_interface_finalize.

With this addition, mHM can be run multiple times called from the python bindings, where the process is still active after mHM was finalized.

Edited May 18, 2022 by Sebastian Müller
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 202205_finam_updates