module subdir_constants implicit none character(*), parameter :: GREET_STR = 'Hello, ' character(*), parameter :: FAREWELL_STR = 'Goodbye, ' end module subdir_constants