Skip to content

Commit 206467b

Browse files
committed
move CAM interface updating into step 9
1 parent f046b69 commit 206467b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

docs/conversion/back-to-cam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ print $fh "$camsrcdir/src/atmos_phys/<parameterization>\n";
2828
!!! Note - test cases
2929
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.
3030

31-
```
31+
```
3232
/glade/campaign/cesm/cesmdata/tools/cprnc/cprnc
3333
cprnc <file1> <file2>
3434
```

docs/conversion/convert-portable-layer.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,8 @@ Do a preliminary look at the variables on the calling lists and make sure that C
159159
!!! note
160160
This process can normally take 2-4 weeks, so a preliminary look is advisable.
161161

162-
## 1k - Update CAM interface call(s)
163-
Update the calls in the CAM interface code to reflect any changes to the routine names and calling lists.
164-
165-
## 1l - OPTIONAL: Make a CAM tag
166-
Make NCAR/atmospheric_physics and ESCOMP/CAM tags if substantial changes have been made up to this point. This is also a good step to take if there is potential for others to be making modifications to the same physics module. This will allow them to make changes which can be merged via git commands.
162+
## 1k - OPTIONAL: Make a CAM tag
163+
Make ESCOMP/atmospheric_physics and ESCOMP/CAM tags if substantial changes have been made up to this point. This is also a good step to take if there is potential for others to be making modifications to the same physics module. This will allow them to make changes which can be merged via git commands. More on bringing your changes back to CAM [here](back-to-cam.md).
167164

168165
- Do at the very least a sanity compilation and run using the ESCOMP/CAM code base
169166
- Delete the original module from src/physics/cam

0 commit comments

Comments
 (0)