[Thread Prev][Thread Next][Index]

Illegal region - outside the region contained by this dataset



Hi all:

I'm new to this group. I'm putting our regional climate data on LAS. 
The following is the error message.  I browsed through earlier
archive, but did not see the same problem as here, although I
did find a similar entry under "time dimension problem". 
Appreciate it if any LAS veteran could help me this .

Thanks in advance.

Zaitao Pan

Illegal region
You specified a time or depth value that is outside the region contained by this data set.

Our server is:
http://pircsds0.agron.iastate.edu/las

The following is the head of our file:

netcdf prec_10yr {
dimensions:
        lon = 121 ;
        lat = 71 ;
        time = UNLIMITED ; // (120 currently)
variables:
        float lon(lon) ;
                lon:units = "degrees_east" ;
                lon:long_name = "Longitude" ;
                lon:valid_range = -130.f, -70.f ;
        float lat(lat) ;
                lat:units = "degrees_north" ;
                lat:long_name = "Latitude" ;
                lat:valid_range = 20.f, 55.f ;
        float time(time) ;
                time:units = "months since 1979-01-01 00:00:00" ;
                time:long_name = "Time" ;
                time:time_origin = "1-JAN-1979 00:00:00" ;
        float prec(time, lat, lon) ;
                prec:units = "millimeter per day" ;
                prec:long_name = "precipitation" ;
                prec:valid_range = 0.f, 100.f ;
                prec:scale_factor = 1.f ;

                prec:add_offset = 0.f ;
                prec:_FillValue = 9.96921e+36f ;
                prec:missing_value = -1.e+20f ;

// global attributes:
                :title = "PIRCS ten-year RegCM2 runs" ;
                :description = "Pan et al., JGR, vol. 106, p.17735-17751" ;
                :history = "generated from three hourly model precipitation" ;
                :conventions = "COARDS" ;
data:

lon = -130, -129.5, -129, -128.5, -128, -127.5, -127, -126.5, -126, -125.5,
    -125, -124.5, -124, -123.5, -123, -122.5, -122, -121.5, -121, -120.5,
    -120, -119.5, -119, -118.5, -118, -117.5, -117, -116.5, -116, -115.5,
    -115, -114.5, -114, -113.5, -113, -112.5, -112, -111.5, -111, -110.5,
    -110, -109.5, -109, -108.5, -108, -107.5, -107, -106.5, -106, -105.5,
    -105, -104.5, -104, -103.5, -103, -102.5, -102, -101.5, -101, -100.5,
    -100, -99.5, -99, -98.5, -98, -97.5, -97, -96.5, -96, -95.5, -95, -94.5,
    -94, -93.5, -93, -92.5, -92, -91.5, -91, -90.5, -90, -89.5, -89, -88.5,
    -88, -87.5, -87, -86.5, -86, -85.5, -85, -84.5, -84, -83.5, -83, -82.5,
    -82, -81.5, -81, -80.5, -80, -79.5, -79, -78.5, -78, -77.5, -77, -76.5,
    -76, -75.5, -75, -74.5, -74, -73.5, -73, -72.5, -72, -71.5, -71, -70.5,
    -70 ;

lat = 20, 20.5, 21, 21.5, 22, 22.5, 23, 23.5, 24, 24.5, 25, 25.5, 26, 26.5,
    27, 27.5, 28, 28.5, 29, 29.5, 30, 30.5, 31, 31.5, 32, 32.5, 33, 33.5, 34,
    34.5, 35, 35.5, 36, 36.5, 37, 37.5, 38, 38.5, 39, 39.5, 40, 40.5, 41,
    41.5, 42, 42.5, 43, 43.5, 44, 44.5, 45, 45.5, 46, 46.5, 47, 47.5, 48,
    48.5, 49, 49.5, 50, 50.5, 51, 51.5, 52, 52.5, 53, 53.5, 54, 54.5, 55 ;

time = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
    20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37,
    38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55,
    56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73,
    74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91,
    92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107,
    108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120 ;

prec =
  0, 0, 0, 0, 0, 0, 0, 0, 0.0002438548, 0.002579451, -0.004028818,
    -0.009800422, -0.005758157, 0.01949406, 0.1975989, 0.7084287, 1.224127,
    1.796644, 1.953839, 1.956609, 1.7355, 1.750855, 1.550096, 1.393079,
    1.117753, 1.013931, 0.8869294, 0.7851296, 0.6704572, 0.5596244, 0.479597,
    0.3918237, 0.3171902, 0.2567587, 0.2468403, 0.2539923, 0.1873314,
    0.1232549, 0.08378438, 0.05476523, 0.03810274, 0.02439541, 0.01151082,
    0.002207006, 0.0008243931, -0.0007714599, -0.004236465, -0.004650544,
....


[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP
Contact Us | Privacy Policy | Disclaimer | Accessibility Statement