https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: a99b522043e3295234d242828180ca9a3e5486fc authored by Manuel Schlund on 16 February 2024, 08:16:52 UTC
Merge branch 'main' into diurnal_cycle
Tip revision: a99b522
.yamllint
---

extends: default

rules:
  line-length:
    max: 120
  octal-values: enable
back to top