component_compare_copyΒΆ

component_compare_copy is a script in CIMEROOT/scripts/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:
  suffix         Suffix to append to hist files
  caseroot       Case directory (default: /Users/sacks/cime/scripts/Tools)

optional arguments:
  -h, --help     show this help message and exit
  -d, --debug    Print debug information (very verbose) to file
                 /Users/sacks/cime/scripts/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)