NOAA-PMEL / Ferret

The Ferret program from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
55 stars 20 forks source link

DODS defined x-axis behaves badly when setting region #143

Closed karlmsmith closed 6 years ago

karlmsmith commented 6 years ago

Reported by joe.mclean on 7 Sep 2001 20:29 UTC

X axis is defined with negative values (see show grid below)

yes? use "http://ingrid.ldeo.columbia.edu/SOURCES/.Morliere/dods" yes? sh data currently SET data sets: 1> http://ingrid.ldeo.columbia.edu/SOURCES/.Morliere/dods (default) name title I J K L TAUX zonal wind stress 1:62 1:47 ... 1:109 TAUY meridional wind stress 1:62 1:47 ... 1:109

yes? sh grid TAUX GRID GCR1 name axis # pts start end X LONGITUDE 62 r 101W(-101) 21E Y LATITUDE 47 r 35S 57N normal Z T TIME 109 r 15-JAN-1981 07:27 15-JAN-1990 11:50

using axis coordinate 'x' in the command qualifier for 'shade' or 'set region' to set the value along the x-axis between latitudes 101w and 0w generates the following error.

yes? shade/x=30w taux ERROR: illegal limits: "TAUX" is not in the range X=30W Axis extremes are X=102W(-102):22E yes? set region/x=30w yes? shade taux ERROR: illegal limits: "TAUX" is not in the range X=30W Axis extremes are X=102W(-102):22E

using axis subscript 'i' in the command qualifier for 'shade' is successful

yes? shade/i=30 taux

using axis coordinate x=-50 in the command qualifier for 'shade' is successful

yes? shade/x=-50 taux

Migrated-From: http://dunkel.pmel.noaa.gov/trac/ferret/ticket/309

karlmsmith commented 6 years ago

Comment by @AnsleyManke on 11 Jul 2003 18:38 UTC Note on the SHOW GRID in the example quoted, the X axis did not show up as modulo. This has been fixed, at least as of v5.5

karlmsmith commented 6 years ago

Comment by jonathan.s.callahan on 21 Oct 2003 20:15 UTC

karlmsmith commented 6 years ago

Comment by @AnsleyManke on 10 Feb 2004 21:15 UTC Put bugs that were in component "All" into "Main"