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.
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
Add
Basin / subgrid_time
table #1975base: main
Are you sure you want to change the base?
Add
Basin / subgrid_time
table #1975Changes from 9 commits
95c8f7c
f4c2139
24b8fff
1a86893
d217094
6cc7d46
e62c0aa
8e07c46
0362381
d633a16
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 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 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 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 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 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.
This is undocumented (and unclear to me). I get that there's a state before/after, but not what the difference(s) are.
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 mentioned it at the callsite, but also added docs here.
Check warning on line 1258 in core/src/read.jl
Codecov / codecov/patch
core/src/read.jl#L1258
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.
Why do we away with NodeID here?
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.
It simplified the code, otherwise we needed to strip out the integers later on.
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.
Hmmm, not sure if I get it, but if we group by subgrid_id, this will always be true?
Check warning on line 1337 in core/src/read.jl
Codecov / codecov/patch
core/src/read.jl#L1337
Check warning on line 1340 in core/src/read.jl
Codecov / codecov/patch
core/src/read.jl#L1339-L1340
Check warning on line 1343 in core/src/read.jl
Codecov / codecov/patch
core/src/read.jl#L1342-L1343
Check warning on line 1349 in core/src/read.jl
Codecov / codecov/patch
core/src/read.jl#L1349
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.
This static part can be moved up?
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.
elseif?
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.
Does time already account for the multiple possible timestates (i.e. duplicates already exist)?
Check warning on line 420 in core/src/write.jl
Codecov / codecov/patch
core/src/write.jl#L420