Modularize Vertical Diffusion Solver Step
- Dominant language
- No language data
- Stars
- 91
- Forks
- 183
- Avg merge
- 6d 2m
- Merged PRs (30d)
- 9
Description
### Issue Type
Code Clean-up, Infrastructure Update, Externals Update
### Issue Description
The current implementation of the vertical diffusion solver exposes the LU-decomposition methods/structures and setup directly to user. Minimizing exposed interfaces enables us to make the solver more portable and possible to export it to `atmospheric_physics`.
Propose wrapping the solve step in an interface that will allow interchangeability with different implantations without breaking user code and the implementation can be refactored into `atmospheric_physics`.
### Will this change answers?
No
### Will you be implementing this yourself?
Yes
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.