-
Notifications
You must be signed in to change notification settings - Fork 3
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
Pysat seasons demo 1 #9
base: main
Are you sure you want to change the base?
Conversation
|
Add newline after printing "subset of data" for readability of output
|
AttributeError Traceback (most recent call last) AttributeError: 'AxesSubplot' object has no attribute 'rowNum' |
MIGHTI wind plots should have "red line" and "green line" in titles for clarity |
MIHTI Temperature block:
ValueError: operands could not be broadcast together with remapped shapes [original->remapped]: (247,) and requested shape (247,18) |
When the colorbar plots start, I'd suggest having at least one with specified max and min for the colorbar range, since this is an intro python tutorial |
I get a 30 minute runtime (on Binder) for the ICON seasonal analysis. A bit long.... :( |
I've just been poking buttons on binder |
Takes about 5 minutes on my local system. I'm currently in the middle of a big computation taking so I thought that was slow.... Gonna check on heliocloud as well. Issue with reducing the number of days is the plots don't come out complete. Perhaps I need to a bit of text as well. |
Only takes 90 seconds for 15 days on heliocloud. That works. 31 days cause ram use to exceed 4GB and the kernel restarts. |
Thanks! This is fixed in the summer-school repo I just haven't brought it back here yet. |
This is the result of 'Epoch' switching to 'time' in the data. Updated. |
Actual merge to main pending release of pysat and such. Using review here as proxy for release to summer school. |
Demonstration of pysatSeasons seasonal averaging. Uses ICON IVM to generate an average temperature and density distribution for 'equatorial-ish' ionosphere. I have a custom function for adding log density. I don't do any spatial restrictions on the data.