E3SM-Project / E3SM-Project/scream
Routine that writes atm dag to file should only run on one rank
Open
bug
code cleanup
performance
- Dominant language
- No language data
- Stars
- 79
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
It is currently run by _all_ ranks, each trying to write the same file. It is buggy at best.
Also, we should plot the "global" layout of a var, not the "on-rank" one. That is, if a layout has the `COL` label, we should make sure its extent matches the _global_ number of cols, not the local (on-rank) one.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.