-
Notifications
You must be signed in to change notification settings - Fork 195
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
Support file split in NetCDFOutputWriter
when max_filesize
is exceeded
#3506
Conversation
Although the new
I've tested the PR & the main upstream branch in my computer and I have the same error:
|
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
me and @josuemtzmo sorted this out; things should be OK now! |
max_filesize
is exceeded
max_filesize
is exceededNetCDFOutputWriter
when max_filesize
is exceeded
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
Cool! Very nice! |
@Sbozzolo, why is the distributed CI not starting here? Because this PR is from a fork? |
The job is not showing up in the buildkite pipeline at all... It should build PRs, can you try commiting again to see if it picked up? |
We also had this problem on |
@Sbozzolo is this enabled? (This is in the pipeline settings on buildkite) |
Now it is. (But I can turn it off if you prefer) |
hm... OK -- thanks all. Not sure whether we want that setting or not... if we keep it disable it implies that every PR from a fork will never be merged?) In the meantime, @josuemtzmo any chance you can re-open this as a branch of the main repo? we have the convention that branches are named with |
Ok, I will push to the |
This PR was replaced by #3512 |
Well it is enabled for Oceananigans too. So I guess there is a different reason that forks are problematic. |
This PR aims to allow the user to split netCDF files into smaller files when the
filesize
exceeds themax_filesize
. This addresses #2967