Remove driver and "if statements" checking if driver==nuopc in build-namelist
Open
b4b
code health
priority: low
size: small
- Dominant language
- Fortran
- Stars
- 352
- Forks
- 361
- Avg merge
- 6d 6h
- Merged PRs (30d)
- 8
Description
There's some checking on what driver is being used in build-namelist, but right now the only valid option is nuopc. So this just adds needless complexity. If a different driver were to be added as an option it would likely need to be handled in completely different ways, so there is no reason to keep these current checks.
So as we see see "if statements" for the driver, we might as well remove them. A small PR to b4b-dev could also be done to remove it entirely.
Contributor guide
Assessment
This issue has not been assessed yet.