NOAA-PMEL / Ferret

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

Ferret STOPS on data request with region out of data bounds #318

Closed karlmsmith closed 6 years ago

karlmsmith commented 6 years ago

Reported by @AnsleyManke on 9 Oct 2003 21:31 UTC Subject: trapping illegal regions

Occasionally a user may accidentally try to apply a region whose limits are both below, or both above, the data bounds. Version 5.51 handled this gracefully:

    NOAA/PMEL TMAP
    FERRET v5.51
    Linux 2.4.3-12smp - 03/05/03
    09-Oct-03 15:24

yes? use monthly_navy_winds yes? shade/y=0/t=1-jan-1981:1-jan-1982 uwnd **ERROR: illegal limits: "UWND" is not in the range T=01-JAN-1981 00:00:01-JAN-1982 00:00 Axis extremes are T=01-JAN-1982 14:45:01-JAN-1993 08:45 yes?

But Linux & Irix v5.53 exit to the shell:

    NOAA/PMEL TMAP
    FERRET v5.53
    Linux(g77) 2.4.x - 09/26/03
     9-Oct-03 15:29

yes? use monthly_navy_winds yes? shade/y=0/t=1-jan-1981:1-jan-1982 uwnd STOP CONFINE_AXIS statement executed

    NOAA/PMEL TMAP
    FERRET v5.53
    IRIX 6.5 - 10/06/03
     9-Oct-03 15:12

yes? use monthly_navy_winds yes? shade/y=0/t=1-jan-1981:1-jan-1982 uwnd STOP CONFINE_AXIS STOP

@AndrewWittenberg

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

karlmsmith commented 6 years ago

Comment by @AnsleyManke on 10 Nov 2003 17:56 UTC

The fixes which resolved bug 597 cause this bug. utl/confine_axis.F

karlmsmith commented 6 years ago

Comment by @AnsleyManke on 23 Mar 2004 16:49 UTC Bug 812 has been marked as a duplicate of this bug.

karlmsmith commented 6 years ago

Comment by @AnsleyManke on 4 Nov 2008 19:50 UTC Adding Andrew to the CC list where he is mentioned in the ticket comments.