ArcticSnow / TopoPyScale

TopoPyScale: a Python library to perform simplistic climate downscaling at the hillslope scale
https://topopyscale.readthedocs.io
MIT License
39 stars 9 forks source link

parallelize computation of horizons on multiple core #25

Closed ArcticSnow closed 2 years ago

ArcticSnow commented 2 years ago

replace for loop of L162 with a pooling solution, spreading each horizon computation on different core in parallel

Resources: