-
Notifications
You must be signed in to change notification settings - Fork 20
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
"unexpected modulo jump" on modulo regridding #1149
Comments
Comment by @AnsleyManke on 22 Aug 2011 22:07 UTC There are internal differences in order of reconciling the context of the expressions that trigger this "note". I think it is probably not necessary to issue it. It occurs when the destination axis is modulo and the request is to compute data on a region that's more than the modulo length of the axis, and there is a pseudo-variable or unresolved length of a region - in this case the T= Running Ferret with mode diagnostic turned on, in the first case that does give the note, it's on a call to get the context of anom_var, and we see that the limit are L=1:24
In the second example where anom was defined with the explicit limits L=1:32
Here are the comments in the code: fer/stk/is_strip.F
It seems to me that there is no real potential source of error here -- Steve, your opinion? |
Comment by @AndrewWittenberg on 14 Mar 2014 21:03 UTC |
Reported by @AndrewWittenberg on 12 Aug 2011 17:40 UTC
We get an "internal error" due to an "unexpected modulo jump" if we try to modulo regrid a variable that uses a time average with unspecified limits.
The question is: should we get such a note in the first case? (The operation should be well defined.) And if so, can this note be made more informative?
Migrated-From: http://dunkel.pmel.noaa.gov/trac/ferret/ticket/1877
The text was updated successfully, but these errors were encountered: