module io_constants implicit none ! File numbers for outputs ! IW : OUTPUT integer, parameter :: IW = 6 end module io_constants