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

Replacing multithreading with multicore computing whenever possible #103

Open ArcticSnow opened 7 months ago

ArcticSnow commented 7 months ago

The toolbox could be improved and use more efficiently the computing resources if using multicore instead of multithread for the following steps:

This may require some in depth recoding of the routines of interest.