rileyhales / saber-hbc

The python implementation of the SABER bias correction method for hydrologic models
BSD 3-Clause Clear License
3 stars 3 forks source link

Multiprocessing functions vs scripts #40

Closed rileyhales closed 1 year ago

rileyhales commented 2 years ago

Currently saber is written such that the user needs to set up a lot of the multiprocessing in the script which executes all the functions. Can the multiprocessing get moved upstream inside the corresponding saber functions? that could lead to repeating the overhead to create a multiprocessing pool but may still be clearer/easier to use while still being nearly as efficient.