-
Notifications
You must be signed in to change notification settings - Fork 131
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
Update IO formats and add new IO namelist controls #928
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
9804049
Update history_format, restart_format, add options cdf1, cdf2, cdf5,
apcraig f15d7c8
Add new IO namelist controls,
apcraig 6c97fd1
Update documentation and testing
apcraig 3fe2e6a
Update documentation
apcraig 1caa8dd
Update documentation
apcraig 46567e1
Update documentation
apcraig ebec9bc
Update documentation
apcraig aadaa4d
Update documentation
apcraig d2799fc
Update documentation
apcraig c66a119
Netcdf chunking and compression
anton-seaice 4829247
Review comments and no-1d chunking
anton-seaice e2297a3
Merge pull request #115 from ACCESS-NRI/nc_chunk_compress
apcraig d199695
fix history chunking and comments / formatting
anton-seaice aac3a5e
Minor fixes
apcraig a1710e6
Merge pull request #116 from ACCESS-NRI/nc_chunk_compress
apcraig 5b903f6
Minor code cleanup, update documentation
apcraig 1619d6c
update documentation
apcraig e946aae
update set_nml.iobinary, use binary option for format namelist input
apcraig 4f09d1f
Update the restart read to use default 'cdf1' format.
apcraig 3cef8e5
Compare _format variables to the correct default (now 'cdf1') when co…
anton-seaice a4d37c8
Merge pull request #118 from ACCESS-NRI/nc_chunk_compress
apcraig 2546726
Update pio iotask default after further testing. There is a problems
apcraig 99071a2
Update documentation
apcraig File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
347 changes: 160 additions & 187 deletions
347
cicecore/cicedyn/infrastructure/io/io_netcdf/ice_history_write.F90
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not read the full discussion, but is there any reason why we are commenting these lines instead of removing them ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There a bit of useful debugging code that is part of the optional file read diagnostics that is turned off by default. It's sort of helpful to have this code around in case it's needed.