Skip to content

Commit

Permalink
update cprnc path for derecho
Browse files Browse the repository at this point in the history
  • Loading branch information
peverwhee committed Jan 13, 2025
1 parent 5e54c74 commit 0345b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conversion/back-to-cam.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ print $fh "$camsrcdir/src/atmos_phys/schemes/<parameterization>\n";
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.

```
/glade/campaign/cesm/cesmdata/tools/cprnc/cprnc
/glade/campaign/cesm/cesmdata/cprnc/cprnc
cprnc <file1> <file2>
```
- 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.
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ ncdiff -v <field_name> -o <output_file> <file1> <file2>

*`cprnc` can be found:

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

0 comments on commit 0345b42

Please sign in to comment.