CAM icon indicating copy to clipboard operation
CAM copied to clipboard

Modularize Vertical Diffusion Solver Step

Open mwaxmonsky opened this issue 1 year ago • 0 comments

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

mwaxmonsky avatar Oct 15 '24 15:10 mwaxmonsky