Skip to content

Commit a0b7332

Browse files
committed
Merge branch 'atmosphere/update_mmm_phys_tag' into hotfix-v8.3.1 (PR #1337)
This merge updates the MMM-physics external tag to 20250616-MPASv8.3 in the src/core_atmosphere/Externals.cfg file to address an issue with .F90 files not being re-compiled to .o files if a .F90 file was modified. With the updated tag, compiling the atmosphere core, then making changes to any of the .F90 files in src/core_atmosphere/physics/physics_mmm/, then running make again (without first cleaning) leads to the modified .F90 files being correctly re-compiled. * atmosphere/update_mmm_phys_tag: Update MMM-physics tag in Externals.cfg to fix .F90 re-compilation issue
2 parents bd18370 + ddc9864 commit a0b7332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core_atmosphere/Externals.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
local_path = ./physics_mmm
33
protocol = git
44
repo_url = https://github.com/NCAR/MMM-physics.git
5-
tag = 20240626-MPASv8.2
5+
tag = 20250616-MPASv8.3
66
required = True
77

88
[GSL_UGWP]

0 commit comments

Comments
 (0)