Currently there is a global check_level level, for example, in command_line_options.yml.
Would it be possible to set the check_level to different levels for different projects, or even different data sources within projects?
This would be helpful in working with different datasets, with varying CMOR requirements. For example, published data (check_level: strict), soft-CMORized OBS (check_level: relaxed), development model output (check_level: relaxed).
While I appreciate that for most of the ESMValTool recipes you would want a global check level, this feature would be very helpful for my workflow in running custom benchmarking recipes.
Currently there is a global
check_levellevel, for example, incommand_line_options.yml.Would it be possible to set the
check_levelto different levels for different projects, or even different data sources within projects?This would be helpful in working with different datasets, with varying CMOR requirements. For example, published data (
check_level: strict), soft-CMORized OBS (check_level: relaxed), development model output (check_level: relaxed).While I appreciate that for most of the ESMValTool recipes you would want a global check level, this feature would be very helpful for my workflow in running custom benchmarking recipes.