Skip to content

Commit 71358ad

Browse files
committed
UG: Compare hist files: Mention nccmp.
1 parent b5ee7e2 commit 71358ad

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

doc/source/users_guide/using-clm-tools/cprnc.md renamed to doc/source/users_guide/using-clm-tools/compare-history-files.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Comparing History Files
44

5+
## `nccmp`
6+
7+
`nccmp` allows you to compare data and/or metadata between two netCDF files. It is available as a module (`module load nccmp`) on Derecho and Casper. See the project's [GitLab](https://gitlab.com/remikz/nccmp/-/blob/master/README.md) for more information and installation instructions.
8+
9+
## `cprnc`
10+
511
`cprnc` ([GitHub](https://github.com/ESMCI/cprnc)) is a tool shared across CESM to compare two NetCDF history files. It differences every field that is shared on both files, and reports a summary of the difference. The summary includes the three largest differences, as well as the root mean square (RMS) difference. It also gives some summary information on the field as well. You have to enter at least one file, and up to two files. With one file it gives you summary information on the file, and with two it gives you information on the differences between the two. At the end it will give you a summary of the fields compared and how many fields were different and how many were identical.
612

713
`cprnc` is available as a module (`module load cprnc`) on Derecho and Casper.

0 commit comments

Comments
 (0)