https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: ead9eb497dd8c5beca67dccdf735a6a21396a85a authored by Axel Lauer on 22 January 2024, 13:16:36 UTC
added ozone example recipe
Tip revision: ead9eb4
.yamllint
---

extends: default

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