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 11
    • Merge requests 11
  • 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
  • !73

NetCDF output: add deflate and precision option to namelists

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sebastian Müller requested to merge muellese/mhm:float_output into develop Mar 16, 2021
  • Overview 0
  • Commits 2
  • Pipelines 1
  • Changes 9

Closes #170 (closed)

This adds two options to mhm_outputs.nml:

  • output_deflate_level to set deflate level of NetCDF output file (default 6)
  • output_double_precision to set NetCDF output type to double, otherwise it's float (default .true.)

Same for mrm_outputs.nml:

  • output_deflate_level_mrm to set deflate level of NetCDF output file (default 6)
  • output_double_precision_mrm to set NetCDF output type to double, otherwise it's float (default .true.)
Edited Mar 16, 2021 by Sebastian Müller
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: float_output