-
Notifications
You must be signed in to change notification settings - Fork 31
Description
The configurator code was one of the first things written by a developer new to Python. It has also not received much attention since it was written.
As such it is in sore need of refactoring, improvement and general tidying up. This will become particularly relevant if and when we decide to integrate it more closely with our new build system.
Are there any linked Issues or Pull Requests?
No response
Brief description
Early Python code written for the configurator was written before there was a full understanding of the project requirements/coding standards.
This coupled with a significant changes in updating the access pattern to the configuration namelists (#175) means there is significant scope to re-factor the python code in the configurator.
This issue is to refactor/improve the python code in line with a better understanding of lfric projects requirements.
Further details of the issue.
No response