TopoPyScale
TopoPyScale copied to clipboard
Replacing multithreading with multicore computing whenever possible
The toolbox could be improved and use more efficiently the computing resources if using multicore instead of multithread for the following steps:
- [ ] computing solar_geom
- [ ] preparing data in
topo_scale.py
This may require some in depth recoding of the routines of interest.