Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
[submodule ".ci/hpc-workflows"]
path = .ci/hpc-workflows
url = https://github.com/islas/hpc-workflows
[submodule "phys/physics_mmm"]
path = phys/physics_mmm
url = https://github.com/NCAR/MMM-physics.git
[submodule "phys/MYNN-EDMF"]
path = phys/MYNN-EDMF
url = https://github.com/NCAR/MYNN-EDMF
Expand Down
8 changes: 0 additions & 8 deletions arch/Externals.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
[MMM-physics]
local_path = ./phys/physics_mmm
protocol = git
repo_url = https://github.com/NCAR/MMM-physics.git
tag = 20240626-MPASv8.2

required = True

[externals_description]
schema_version = 1.0.0
6 changes: 6 additions & 0 deletions phys/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,12 @@ submodules :
else \
echo No action required for NoahMP submodule ; \
fi
@if [ \( ! -f phys/physics_mmm/README.md \) ] ; then \
echo Pulling in MMM-physics submodule ; \
( cd .. ; git submodule update --init --recursive ) ; \
else \
echo No action required for MMM-physics submodule ; \
fi
@if [ \( ! -f module_bl_mynnedmf.F \) -o \( ! -f module_bl_mynnedmf_common.F \) -o \
\( ! -f module_bl_mynnedmf_driver.F \) ] ; then \
echo Pulling in MYNN-EDMF submodule ; \
Expand Down
1 change: 1 addition & 0 deletions phys/physics_mmm
Submodule physics_mmm added at 0ea59b