You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by @AnsleyManke on 24 Jan 2014 01:20 UTC
The function samplexy gets the x and y axis coordinates of the first argument. If a sub-range of the variable is sent in,
let SAMPLEXY(rose[x=300:310,y=-10:10], longitude, latitude)
then Ferret hits an error if bounds check is on.
let z_out = samplexy(rose[d=4,x=2.2:5.16,y=52.23:54.84], lon, lat)
load z_out
At line 438 of file samplexy.F
Fortran runtime error: Array reference out of bounds for array 'xaxdat', lower bound of dimension 1 exceeded (2 < 5467)
Reported by @AnsleyManke on 24 Jan 2014 01:20 UTC
The function samplexy gets the x and y axis coordinates of the first argument. If a sub-range of the variable is sent in,
let SAMPLEXY(rose[x=300:310,y=-10:10], longitude, latitude)
then Ferret hits an error if bounds check is on.
Migrated-From: http://dunkel.pmel.noaa.gov/trac/ferret/ticket/2137
The text was updated successfully, but these errors were encountered: