normalize_casesΒΆ
normalize_cases is a script in CIMEROOT/scripts/Tools.
$ ./normalize_cases --help
usage:
normalize_cases case1 case2
OR
normalize_cases --help
[1mEXAMPLES:[0m
> normalize_cases case1 case2
Remove uninteresting diffs between cases by changing the first to be more like
the second. This is for debugging purposes and meant to assist the user when
they want to run case_diff.
positional arguments:
case1 First case. This one will be changed
case2 Second case. This one will not be changed
optional arguments:
-h, --help show this help message and exit
-d, --debug Print debug information (very verbose) to file
/glade/work/turuncu/APPS/ufs-mrweather-
app/cime/scripts/Tools/normalize_cases.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)