UW-Hydro / MetSim

Meteorology Simulator
http://metsim.readthedocs.io/
GNU General Public License v3.0
61 stars 50 forks source link

Allow rechunking after runtime #246

Open arbennett opened 3 years ago

arbennett commented 3 years ago

MetSim runs all time for each computational cell separately, while most hydrologic models run the opposite. The default chunking produced by MetSim can produce outputs which run slowly through other models, so we should allow optional rechunking.

arbennett commented 3 years ago

Relevant package for implementing this: https://rechunker.readthedocs.io/en/latest/