Unused variables and dependencies
Open
code health
- Dominant language
- Fortran
- Stars
- 352
- Forks
- 361
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 7
Description
In my refactoring of the FATES OOP structure, I went through and had the compiler warn me about unused variables. This also gave me info about unused variables for CTSM
Based on my parsing of the log files from this there are:
~950 unused variables in CTSM (excluding the FATES codebase)
and
~267 unused imported variables (i.e., use statements) (excluding FATES)
Is this something we'd like to clean up? I can do this as a part of my FATES refactor?
Contributor guide
Assessment
This issue has not been assessed yet.