CALIPSO-project / SPINacc

A spinup acceleration procedure for land surface models (LSM)
4 stars 0 forks source link

Rework package imports #49

Open ma595 opened 1 month ago

ma595 commented 1 month ago

All imports are currently handled by __init__.py in Tools, and from Tools import * is used at the top of all files. This PR attempts to rework package imports by including only what is needed for each file.

This PR is ready for review once the following are addressed:

Fixes #43