You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #677 will bring in a new "zonal_mean_mod.F90" that has its own matrix inversion subroutine (Invert_Matrix). However, given that CAM already uses LAPACK, and that LAPACK has optimized routines to do matrix inversion, it would make sense to replace this Invert_Matrix subroutine with one from LAPACK.
Issue Type
Code Clean-up
Issue Description
PR #677 will bring in a new "zonal_mean_mod.F90" that has its own matrix inversion subroutine (
Invert_Matrix
). However, given that CAM already uses LAPACK, and that LAPACK has optimized routines to do matrix inversion, it would make sense to replace thisInvert_Matrix
subroutine with one from LAPACK.Will this change answers?
I Don't Know
Will you be implementing this yourself?
Any CAM SE can do this
closes #745
The text was updated successfully, but these errors were encountered: