Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMOC scaleup attempts #2

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

dcherian
Copy link
Contributor

@dcherian dcherian commented Apr 15, 2023

added watermark

  1. MOC[{'transport_reg':1}] = MOC[{'transport_reg':1}] + moc_s this assignment is majorly slow. I replaced it with a concat statement
  2. it's taking a while for the scheduler to go through the task graph
  3. raise chunksize along nlon to 300, 1/3 the number of tasks now
  4. DXU, DYU are float64, but UVEL etc are float32, this means iso_uflux, iso_vflux, wflux are all promoted to float64. Is that a good idea?

Update dask distributed, added watermark
@TeaganKing
Copy link
Collaborator

@dcherian thanks for looking into this! Apologies I just saw this PR. That's helpful to reduce the number of tasks by increasing chunksize along longitude. I'm not entirely sure if we need float64 here, maybe @fredc has some insight on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants