Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C climix
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • climix
  • climix
  • Issues
  • #112

Closed
Open
Created Sep 26, 2019 by Klaus Zimmermann@a002160Owner

Move sliced_mode to output layer

Sliced mode allows us to break up large dask graphs into more manageable pieces by performing the actual computation on only one period at a time. This approach might be made obsolete in the future if dask gains the ability to split graphs. In any case, this should be part of the output mechanism, but at the moment is handled at the graph construction level.

Let's move sliced mode to the output level by integrating it into a save method in main.

Assignee
Assign to
Time tracking