Skip to content

Conversation

@dudhia
Copy link
Collaborator

@dudhia dudhia commented Oct 8, 2024

This fix duplicates a change made for WRF V4.6.1 in sf_sfclayrev.F90

mgduda added a commit that referenced this pull request Jun 16, 2025
This merge updates the Makefile.mpas file to cancel the built-in implicit rule
for compiling .mod files into .o files. This rule prevented changes to .F90
files from triggering recompilation of those files, since make would find a .mod
file that was older than the .o file (implying that the .o file was up-to-date)
if the MMM physics had previously been compiled.

The implicit rule for compiling .mod files into .o files exists in make for
compiling Modula-2 source files, and the .mod suffix is unfortunately also used
for Fortran compiled module files.

* mpas/fix_F90_recompile:
  Fix issue with .F90 files not being re-compiled into .o files
@mgduda mgduda requested a review from ldfowler58 June 16, 2025 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant