Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • 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 62
    • Issues 62
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • 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

From June 06th, all CI Jobs will run on federated Helmholtz infrastructure by default. If you need UFZ-internal resources, add the tag "ufz-internal" to your CI configuration or use a custom GitLab Runner (e.g. EVE). If you have any questions, feel free to contact us!

Curious to learn more about GitLab CI? Join this free course on 14-16 June. Register now

  • mhm
  • mhmmhm
  • Merge requests
  • !73

Merged
Created Mar 16, 2021 by Sebastian Müller@muellese🐈Owner

NetCDF output: add deflate and precision option to namelists

  • 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
Reviewer
Request review from
Time tracking
Source branch: float_output