climt icon indicating copy to clipboard operation
climt copied to clipboard

Refactor IceSheet to use array parallelism

Open mcgibbon opened this issue 7 years ago • 0 comments

Currently the IceSheet object operates on each column within a Python for loop. Many of the operations could be written using array parallelism, which would run a lot faster. This would be purely a performance enhancement.

mcgibbon avatar Jun 11 '18 21:06 mcgibbon