UMR-CNRM/PHYEX

Code cleaning

Opened this issue · 1 comments

Several cleanings are needed:

  • suppression of unused local variables
  • addition of missing "IMPLICIT NONE"
  • addition of missing "INTENT" attributes

Unused local variables suppressed (commit 4ef50c1)
Missing IMPLICIT NONE added (commit cab13c4)
Some missing INTENT added (commit 6d6813d)

Due to a limitation in PHYEX-fortran-tool, it was not possible to check INTENT in interface blocks. This check must still be done, and interface blocks must be compared to the implementations.