-
Notifications
You must be signed in to change notification settings - Fork 27
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
Save stats for z=0 #202
Comments
I'm guessing it is due to the interpolation, which deals with the exact end cases. Maybe a solution would be to save statistics whenever we save the field, using the interpolated field. And otherwise at the natural grid points when not saving the field? |
There's no intentional reason, no. It happens because the
So you mean adding extra stats points, one for each time we save the field? I think this would work, yes. |
OK, I'm testing a PR for this now. |
Is there a reason why we don't save the statistics for z=0? This would be very useful. It would also be nice to save for z=L too.
The text was updated successfully, but these errors were encountered: