Skip to content

Commit 0d5d8a3

Browse files
committed
fix atmospheric physics path
1 parent b809ae0 commit 0d5d8a3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/conversion/back-to-cam.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@ Bring the CCPP version back into a new CAM clone or branch
77
- Remove the non-CCPP version from your CAM source directory
88
- Make a new directory in the atmosperhic_physics submodule of CAM (make sure the directory name is the one you used in step one of the conversion to CCPP):
99
```
10-
mkdir src/atmos_phys/<parameterization>
10+
mkdir src/atmos_phys/schemes/<parameterization>
1111
```
1212
- Copy your new CCPP version files from CAM-SIMA into this new directory
1313
- Update the routine names to match the CCPP-ized subroutine names where the subroutines are called
1414
- Update the calling lists if they were changed when the CCPP-ized subroutines were made
1515
- If the CCPP-ized module is in a new subdirectory, you will need to add it to `bld/configure`:
1616
```
17-
print $fh "$camsrcdir/src/atmos_phys/<parameterization>\n";
17+
print $fh "$camsrcdir/src/atmos_phys/schemes/<parameterization>\n";
18+
```
1819

1920
## Testing
20-
```
21+
2122
- To quickly test that your code is working during development, you can create two new model cases with a compset that involves your physics scheme, and the following XML changes:
2223

2324
```

0 commit comments

Comments
 (0)