component_compare_copy

component_compare_copy is a script in CIMEROOT/CIME/Tools.

$ ./component_compare_copy --help
usage: 
component_compare_copy suffix [<casedir>] [--verbose]
OR
component_compare_copy --help

EXAMPLES:
    # Setup case 
    > component_compare_copy

Copy the most recent batch of hist files in a case, adding the given suffix.
This allows us to save these results if we want to run the case again.

positional arguments:
  caseroot         Case directory (default:
                   /home/runner/work/cime/cime/CIME/Tools)

options:
  -h, --help       show this help message and exit
  --suffix SUFFIX  Suffix to append to hist files (default: None)

Logging options:
  -d, --debug      Print debug information (very verbose) to file /home/runner
                   /work/cime/cime/CIME/Tools/component_compare_copy.log
                   (default: False)
  -v, --verbose    Add additional context (time and file) to log messages
                   (default: False)
  -s, --silent     Print only warnings and error messages (default: False)