You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TYPE: bug fix
KEYWORDS: .gitignore, kpp, f90
DESCRIPTION OF CHANGES:
Problem:
The *.f90 files are part of .gitignore. This is not entirely correct. There are instances where the
*.f90 files should be tracked by git.
Solution:
Exclude the *.f90 files under the kpp directory from this overly broad identification of files. There
are other directories where this fix could also be applied (such as for DA).
ISSUE:
Fixeswrf-model#1105
LIST OF MODIFIED FILES:
M .gitignore
TESTS CONDUCTED:
Compile and run WRF-Chem successfully
0 commit comments