-
Notifications
You must be signed in to change notification settings - Fork 9
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
Modularization and defining specific config files #35
Comments
I can produce the config files for each hazard type, I just need some guidance on how to frame it. E.g. I guess each config should list which variables are loaded and set some default parameters. Floods_config:
Cyclones_config:
Heat_config:
|
Starting to stem out the cyclones version, I noticed that on the current modularisation I need to duplicate:
For optimisization, I would try to have the minimum of hazard-specific files, possibly just the _utils.py. Would that be possible - does it make sense? |
Taking notes for the differences between FL and TC interface options:
|
Is your feature request related to a problem? Please describe.
There is some duplication of code and configuration files in the current codebase. This makes it hard to maintain and to further extend codebase in the future.
Describe the solution you'd like
In the best case, we can split configurations and code into common and task-specific files.
The text was updated successfully, but these errors were encountered: