-
Notifications
You must be signed in to change notification settings - Fork 133
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 pio and netcdf error checks #927
Merged
Merged
Changes from 21 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
ba848b9
add gadi standalone setup
anton-seaice 3551dbd
updates for cice standalone on gadi
anton-seaice 4f871cb
fixes
anton-seaice 8c728e5
this builds now for pio2 but is messy
anton-seaice 5d95777
testing
anton-seaice 028a376
Update test-cice.yml
anton-seaice 7f38886
workflows
anton-seaice 7a2c072
workflows
anton-seaice 50f0656
workflows
anton-seaice 2a7b25b
cice.settings?
anton-seaice 3ea282c
Update test-cice.yml
anton-seaice eddf67b
Update test-cice.yml
anton-seaice 851bdbd
Parallel IO on MacOS Conda:
anton-seaice 2c78c32
simple netcdf4
anton-seaice ba4e795
pio error handling
anton-seaice d8227b1
tidy up io error handling
anton-seaice f3c96aa
tidy up io error handling
anton-seaice 6b55fc2
tidyup
anton-seaice 73576fc
Merge branch 'ESCOMP:main' into io_error
anton-seaice 47446cf
Merge branch 'io_error' of https://github.com/ACCESS-NRI/CICE into io…
apcraig dc14ce9
Update pio and netcdf error checking
apcraig 10da928
- Update some ERROR statements, reduce some line lengths
apcraig e1b071a
Update git workflow script
apcraig 85e09a7
Update git workflow script
apcraig 22a9aa5
Update git workflow script
apcraig ac9afc3
Update git workflow script
apcraig b8779d9
update conda_macos for compilation with parallelio
apcraig fa2d619
error messages cleanup
anton-seaice a39b881
Update error messages
apcraig 5268d5c
typo in ice_pio
anton-seaice a2d2c13
Merge pull request #114 from anton-seaice/ioerrchk3
apcraig a4a4930
update uvm comment
apcraig 9c4038c
Updates based on reviews
apcraig 75e9b81
Update documentation
apcraig b8e6b0a
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
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
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
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
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
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.
Do we want "ERROR: " in these messages, in some places we have them and in some places we dont.
The error messages from the netcdf library seem clear that its an error ...
https://github.com/Unidata/netcdf-c/blob/498930982d771aa2ae1600d2199ec824a68184fe/libdispatch/derror.c#L104