You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use ThreadPoolExecutor for parallel FSM file reading (8 workers default)
- Activates when n_files > 50 (avoids thread overhead for small runs)
- Fix SyntaxWarning: use raw string for regex (r'\s+')
- Fix FutureWarning: use pd.to_datetime instead of deprecated parse_dates
Expected 4-8x speedup for file reading phase with 2000+ clusters.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Function to make single variable multi cluster files as preprocessing step before spatialisation. This is much more efficient than looping over individual simulation files per cluster.
321
322
For V variables , C clusters and T timesteps this turns C individual files of dimensions V x T into V individual files of dimensions C x T.
0 commit comments