Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read default config if no config is specified #25

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

eamousing
Copy link
Collaborator

With these changes, uEMEP can use a default config file if no config files are provided as command line arguments. Specifically, uEMEP will look for the file "default_config.txt" in the run directory. If one or more config files are provided, or if the file "default_config.txt" do not exist, then these changes are ignored, and uEMEP functions as usual. This makes it easier to setup debug runs through gdb and vscode.

- Will look for "default_config.txt" in the current directory if no
  config files are provided as arguments
- Still requires the start date to be specified
@eamousing eamousing added the enhancement New feature or request label Feb 11, 2025
@eamousing eamousing requested a review from eivindgw February 11, 2025 13:18
@eamousing eamousing self-assigned this Feb 11, 2025
Copy link
Collaborator

@eivindgw eivindgw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants