https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: bdc92b58eb20f02397ae07863eef3ed4afecc18d authored by morobking on 03 April 2024, 15:39:37 UTC
Simple diagnostic to test CMORized V3 data. Not best practice but prints values, can be viewed in log file
Tip revision: bdc92b5
.yamllint
---

extends: default

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