-
Notifications
You must be signed in to change notification settings - Fork 49
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
Updates to CI and plotting #483
Conversation
@grantfirl @mkavulich Can one of you review this? |
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.
Looks good except for nml change.
Done. |
@@ -157,6 +157,7 @@ def plot_results(file_bl, file_rt=None, vars2plt=None): | |||
if file_rt is not None: plt.subplot(3,1,1) | |||
plt.contourf(x1, y1, z1, 20, cmap='YlGnBu') | |||
plt.ylim(1000,200) | |||
plt.xlim(0,np.max(x1)) |
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.
@grantfirl Sorry for the late addition.
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.
No prob. Ready to merge?
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 it.
This PR contains the following changes: