-
Notifications
You must be signed in to change notification settings - Fork 12
Add Time Series Capability #187
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
Conversation
|
@danholdaway did the CI test fail because of yet another python version/dependency issue in the container? |
Co-authored-by: Cory Martin <cory.r.martin@noaa.gov>
…al/eva into feature/time_series * 'feature/time_series' of https://github.com/jcsda-internal/eva: Update src/eva/eva_driver.py
…to be compatible with matplotlib
Dooruk
left a comment
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.
Thanks @danholdaway for adding this feature. I'm looking forward to test this in the workflow level.
asewnath
left a comment
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 was able to create a test plot for our 3dvar_atmos run, thanks for adding this feature into eva!
Description
Add capability to read and transform on the fly and assemble dataset that has a time series dimension.
Plots the new tests create shown below. Note that the tests are somewhat contrived since the data is the same at both time steps. We can try to improve on that in the future.
Dependencies
NONE
Impact
NONE