From 85f109590dee0bb1bc5cc57358be73a186396491 Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Wed, 18 Mar 2026 21:02:10 +0000 Subject: [PATCH 1/5] Initial commit --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules index 9adff1253d..9402dcf5b9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,7 @@ [submodule "src/core_atmosphere/physics/physics_noaa/MYNN-SFC"] path = src/core_atmosphere/physics/physics_noaa/MYNN-SFC url = https://github.com/NCAR/MYNN-SFC.git +[submodule "src/core_atmosphere/physics/physics_mmm"] + path = src/core_atmosphere/physics/physics_mmm + url = https://github.com/NCAR/MMM-physics.git + tag = 20250616-MPASv8.3 \ No newline at end of file From eea1365e5e14f0b8a92990e5bd4b054f1150f0c5 Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Wed, 18 Mar 2026 21:06:29 +0000 Subject: [PATCH 2/5] Revert "Initial commit" This reverts commit 85f109590dee0bb1bc5cc57358be73a186396491. --- .gitmodules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9402dcf5b9..9adff1253d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,7 +19,3 @@ [submodule "src/core_atmosphere/physics/physics_noaa/MYNN-SFC"] path = src/core_atmosphere/physics/physics_noaa/MYNN-SFC url = https://github.com/NCAR/MYNN-SFC.git -[submodule "src/core_atmosphere/physics/physics_mmm"] - path = src/core_atmosphere/physics/physics_mmm - url = https://github.com/NCAR/MMM-physics.git - tag = 20250616-MPASv8.3 \ No newline at end of file From fcecd9e4e126eff3708ded04287cde96a2b8ea60 Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Wed, 18 Mar 2026 21:30:18 +0000 Subject: [PATCH 3/5] CI trigger test --- .github/workflows/build_mpas_intel.yml | 2 +- .gitmodules | 4 ++++ src/core_atmosphere/physics/.gitignore | 1 - src/core_atmosphere/physics/physics_mmm | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 src/core_atmosphere/physics/physics_mmm diff --git a/.github/workflows/build_mpas_intel.yml b/.github/workflows/build_mpas_intel.yml index f7e1a46c9d..338414eac7 100644 --- a/.github/workflows/build_mpas_intel.yml +++ b/.github/workflows/build_mpas_intel.yml @@ -1,6 +1,6 @@ name: Build (Intel) MPAS Standalone -on: [pull_request,workflow_dispatch] +on: [push,pull_request,workflow_dispatch] jobs: build_mpas_intel: diff --git a/.gitmodules b/.gitmodules index 9adff1253d..fd8ee3574a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,7 @@ [submodule "src/core_atmosphere/physics/physics_noaa/MYNN-SFC"] path = src/core_atmosphere/physics/physics_noaa/MYNN-SFC url = https://github.com/NCAR/MYNN-SFC.git +[submodule "src/core_atmosphere/physics/physics_mmm"] + path = src/core_atmosphere/physics/physics_mmm + url = https://github.com/NCAR/MMM-physics.git + tag = 20250616-MPASv8.3 diff --git a/src/core_atmosphere/physics/.gitignore b/src/core_atmosphere/physics/.gitignore index 66bc08bd5e..81bff6cb48 100644 --- a/src/core_atmosphere/physics/.gitignore +++ b/src/core_atmosphere/physics/.gitignore @@ -1,5 +1,4 @@ *.f90 physics_wrf/*.f90 physics_wrf/files/ -physics_mmm UGWP diff --git a/src/core_atmosphere/physics/physics_mmm b/src/core_atmosphere/physics/physics_mmm new file mode 160000 index 0000000000..a4baf7f324 --- /dev/null +++ b/src/core_atmosphere/physics/physics_mmm @@ -0,0 +1 @@ +Subproject commit a4baf7f3243d1db0dbc5f63473f895bdbdc05c30 From 51c93c70904d077c28ca768c6cc24dab7aa8af33 Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Wed, 18 Mar 2026 21:48:49 +0000 Subject: [PATCH 4/5] CI trigger test --- .github/workflows/build_mpas_intel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_mpas_intel.yml b/.github/workflows/build_mpas_intel.yml index 338414eac7..f7e1a46c9d 100644 --- a/.github/workflows/build_mpas_intel.yml +++ b/.github/workflows/build_mpas_intel.yml @@ -1,6 +1,6 @@ name: Build (Intel) MPAS Standalone -on: [push,pull_request,workflow_dispatch] +on: [pull_request,workflow_dispatch] jobs: build_mpas_intel: From c68fb2cee2a7eb231c0d249e2c200d31ebcaa307 Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Fri, 20 Mar 2026 14:39:07 +0000 Subject: [PATCH 5/5] Address reviewer comment --- .gitmodules | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index fd8ee3574a..bdf041fe6b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,4 +22,3 @@ [submodule "src/core_atmosphere/physics/physics_mmm"] path = src/core_atmosphere/physics/physics_mmm url = https://github.com/NCAR/MMM-physics.git - tag = 20250616-MPASv8.3