module config implicit none character(1024)::template_directory character(1024)::database_filename character(1024)::description_filename contains subroutine load_configuration(filename) implicit none character(*), intent(in)::filename end subroutine load_configuration end module config