Skip to content

Commit d797f02

Browse files
committed
UG: Compare hist files: Add cprnc build instructions.
1 parent 71358ad commit d797f02

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010

1111
`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.
1212

13-
`cprnc` is available as a module (`module load cprnc`) on Derecho and Casper.
13+
`cprnc` is available as a module (`module load cprnc`) on Derecho and Casper. To install on a different machine, from the top level of a CTSM checkout, do:
14+
```shell
15+
cd cime/CIME/non_py/cprnc
16+
mkdir bld
17+
cd bld
18+
cmake ../
19+
make
20+
```
1421

1522
The `cprnc` README is embedded below for your convenience.
1623

0 commit comments

Comments
 (0)