CIME.hist_utils.compare_baseline
- CIME.hist_utils.compare_baseline(case, baseline_dir=None, outfile_suffix='')[source]
Compare the current test output to a baseline result
- Args:
case - The case containing the hist files to be compared against baselines baseline_dir - Optionally, specify a specific baseline dir, otherwise it will be computed from case config outfile_suffix - if non-blank, then the cprnc output file name ends with this suffix (with a ‘.’ added before the given suffix). if None, no output file saved.
- Returns:
Tuple bool, str: (success, comments). Success means all hist files matched their corresponding baseline.