Skip to content

Commit a90ad86

Browse files
authored
Move PUMAS to externals in atmospheric_physics (ESCOMP#271)
Originator(s): cacraigucar Description (include issue title and the keyword ['closes', 'fixes', 'resolves'] and issue number): - Introduce PUMAS into atmospheric_physics List all namelist files that were added or changed: N/A List all files eliminated and why: N/A List all files added and what they do: N/A List all existing files that have been modified, and describe the changes: (Helpful git command: `git diff --name-status development...<your_branch_name>`) M .gitmodules - Add PUMAS to atmos_phys externals List all automated tests that failed, as well as an explanation for why they weren't fixed: none Is this an answer-changing PR? If so, is it a new physics package, algorithm change, tuning change, etc? No If yes to the above question, describe how this code was validated with the new/modified features:
1 parent a1df7b1 commit a90ad86

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@
44
fxtag = 20240626-MPASv8.2
55
fxrequired = AlwaysRequired
66
fxDONOTUSEurl = https://github.com/NCAR/MMM-physics.git
7+
[submodule "pumas"]
8+
path = schemes/pumas/pumas
9+
url = https://github.com/ESCOMP/PUMAS
10+
fxrequired = AlwaysRequired
11+
fxtag = pumas_cam-release_v1.39
12+
fxDONOTUSEurl = https://github.com/ESCOMP/PUMAS

0 commit comments

Comments
 (0)