Remove or rename runtime_opts.F90
Open
code clean-up
misc
- Dominant language
- No language data
- Stars
- 9
- Forks
- 22
- Avg merge
- 8d 5h
- Merged PRs (30d)
- 4
Description
### Issue Type
Code Clean-up
### Issue Description
Currently in CAMDEN there is both a `runtime_obj.F90` and `runtime_opts.F90` module, with the `runtime_opts.F90` containing now only the `read_namelist` subroutine.
I find it confusing to have two "runtime options" modules. Thus it seems like it would be cleaner if either `read_namelist` is added to `runtime_obj` and remove `runtime_opts`, or just rename `runtime_opts` to `read_namelist`.
### Will this change answers?
No
### Will you be implementing this yourself?
Any Software Engineer can do this
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.