Skip to content

Commit 0345b42

Browse files
committed
update cprnc path for derecho
1 parent 5e54c74 commit 0345b42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conversion/back-to-cam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ print $fh "$camsrcdir/src/atmos_phys/schemes/<parameterization>\n";
3333
The first case will be CAM without your changes, and the second will be CAM with your new physics scheme code changes. Both simulations should produce a `<case_name>.cam.rh0.XXX` file, which you can compare by using the cprnc tool, which can be found (and used) on derecho below. Your new physics code is working correctly if the printed output from cprnc states that there are no differences in the files.
3434

3535
```
36-
/glade/campaign/cesm/cesmdata/tools/cprnc/cprnc
36+
/glade/campaign/cesm/cesmdata/cprnc/cprnc
3737
cprnc <file1> <file2>
3838
```
3939
- Optional step: if want to have additional testing... Once you believe it is working, make a [snapshot](create-snapshots.md) to run CAM with this modified clone.

docs/usage/history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,5 @@ ncdiff -v <field_name> -o <output_file> <file1> <file2>
167167

168168
*`cprnc` can be found:
169169

170-
- on derecho: `/glade/p/cesmdata/cseg/tools/cime/tools/cprnc/cprnc`
170+
- on derecho: `/glade/campaign/cesm/cesmdata/cprnc/cprnc`
171171
- on izumi: `/fs/cgd/csm/tools/cime/tools/cprnc/cprnc`

0 commit comments

Comments
 (0)