You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/conversion/back-to-cam.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,18 @@ Bring the CCPP version back into a new CAM clone or branch
7
7
- Remove the non-CCPP version from your CAM source directory
8
8
- 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):
9
9
```
10
-
mkdir src/atmos_phys/<parameterization>
10
+
mkdir src/atmos_phys/schemes/<parameterization>
11
11
```
12
12
- Copy your new CCPP version files from CAM-SIMA into this new directory
13
13
- Update the routine names to match the CCPP-ized subroutine names where the subroutines are called
14
14
- Update the calling lists if they were changed when the CCPP-ized subroutines were made
15
15
- If the CCPP-ized module is in a new subdirectory, you will need to add it to `bld/configure`:
- 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:
0 commit comments