[Thread Prev][Thread Next][Index]

Re: [ferret_users] illegal limits



Hi All
I want to show you the grid and data information of my data for helping you to figure out my problem.

yes? use eof_time.nc
yes? use sst.nc
yes? show data
     currently SET data sets:
    1> ./eof_time.nc
name title I J K L
 ETFUNC_SST
EOF_TFUNC(SSTA[X=120E:80W,Y=-20 1:3 ... 1:1 1:1200

    2> ./sst.nc  (default)
name title I J K L
 YAXIS1_BNDS
1:2 1:49 ... ...
 DEPTHT1_1_BNDS
1:2 ... 1:1 ... SST THETAO[K=1,L=1:1200] 1:91 1:49 1:1 1:1200

yes? show grid etfunc_sst[d=1]
    GRID GDF1
 name       axis              # pts   start                end
 XAX1_3    X                    3 r   1                    3
 normal    Y
 DEPTHT1_1 DEPTH (m)            1 r-  4.9999               4.9999
TMON TIME 1200mr 15-JAN 00:00 15- DEC-0100 19:30
yes? show grid sst[d=2]
    GRID GFX3
 name       axis              # pts   start                end
 XAXIS1    LONGITUDE           91mr   110E                 70W
 YAXIS1    LATITUDE            49 i   30.455S              30.458N
 DEPTHT1_1 DEPTH (m)            1 r-  4.9999               4.9999
TMON TIME 1200mr 15-JAN 00:00 15- DEC-0100 19:30
yes? let p = etfunc_sst[d=1,i=1]
yes? let q = sst
yes? go regresst
... Linear Regression Along the T Axis
... Instructions:
Use the LET command to define new variables
Define the variable P as your independent (X) variable
Define the variable Q as your   dependent (Y) variable
Results will be variables "SLOPE", "INTERCEP" and "RSQUARE"
QHAT will be the regression estimate
Note: If "T" is your independent variable then
...   "SET GRID Q" after defining Q.
...
yes? contour slope
 **ERROR: illegal limits: P is not in the range X=109:291
          Axis extremes are X=0.5:3.5


On May 12, 2008, at 11:06 AM, Ansley Manke wrote:


Seon Tae Kim wrote:

HI all

I tried to do the regression of a x-y data on a 1-D time series data.

use eof_time.nc ! time coefficient of the eof modes computed using ferret
use sst.nc

let p = eof_time[d=1,i=1]
let q = sst[d=2, x=100e:70w, y=-30:30]
go regresst
contour/set/nolev slope

**ERROR: illegal limits: P is not in the range X=99.5:292.5
          Axis extremes are X=0.5:3.5

Could you guys let me know why i faced with this error message?

Thank you in advance.

-Peter-



[Thread Prev][Thread Next][Index]

Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement