8000 first cut at aggregation logic by jhamman · Pull Request #35 · NCAR/GARD · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

first cut at aggregation logic #35

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

Merged
merged 6 commits into from
Dec 8, 2016
Merged

first cut at aggregation logic #35

merged 6 commits into from
Dec 8, 2016

Conversation

jhamman
Copy link
@jhamman jhamman commented Dec 7, 2016

don't merge yet!!

output(curstep,:,:) = output(curstep,:,:) / size(time_indices)
if (agg_method == kAGG_TYPE_AVG) then
output(curstep,:,:) = output(curstep,:,:) / size(time_indices)
endif
8000
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This logic can be moved to a standalone function.


enddo
enddo
endif
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gutmann - this was the culprit.

Copy link
Member
@gutmann gutmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, does everything work, are you ready to merge this in, or were you planning on adding documentation before merging?

@jhamman
Copy link
Author
jhamman commented Dec 8, 2016

Okay, this is ready to go in.

@gutmann gutmann merged commit 74bdcde into NCAR:SHARP Dec 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0