Collective access when extending a file#2016
Merged
jedwards4b merged 4 commits intomainfrom Nov 28, 2025
Merged
Conversation
|
Thanks @jedwards4b - I built with 06e7937 and my test code from #2015 passes now :) |
…IO into fix/netcdf4_var_par_access
anton-seaice
added a commit
to ACCESS-NRI/cice5
that referenced
this pull request
Dec 17, 2025
The goal here is to enable multiple timesteps per history file when using PIO, to be consistent with the access-esm1.6 branch. In the access-esm1.6 branch, this [change](#59) was implemented only when using Netcdf for IO. Closes #58 1. This change relies on latest in ParallelIO (NCAR/ParallelIO#2016). (Updating ParallelIO is not answer changing - [build](ACCESS-NRI/ACCESS-OM2#125) and [repro](ACCESS-NRI/access-om2-configs#205 (comment)) ) 2. This changes the time variable to be in the middle of the averaging interval 3. error handling is added/modified on an as needed basis, rather than comprehensively 4. Output files follow the ocean convention now, e.g _iceh-1monthly-mean_1900.nc_
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
netcdf4p needs a collective access flag set to extend the file.
Fixes #2015