Replace "non-initialized" variable values with parameters
Open
code clean-up
enhancement
misc
- Dominant language
- No language data
- Stars
- 9
- Forks
- 22
- Avg merge
- 8d 5h
- Merged PRs (30d)
- 4
Description
Currently several variables, including those that are auto-generated, are set to specific values when created to indicate that they have not been properly initialized, while still avoiding potentially random garbage values.
These values are all defined in their respective modules, but it would be better if instead they all used the same `unset_XXX` parameters located in the `runtime_obj` module. This would help clean-up the code, and provide a single location to control what these "non-initialized" values should be, at least for all of the host model routines outside of the dynamical core.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.