<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Just use "sdfopen ersst.198901.nc" iinstead of "open ersst.ctl",
    then "d sst".<br>
    The name of the variable in the netcdf file is sst, not tsm defined
    in the ctl file.<br>
    <br>
    Good luck,<br>
    Hui<br>
    <br>
    On 5/17/2012 7:02 PM, diego wrote:
    <blockquote
      cite="mid:1337295768.71991.YahooMailNeo@web132403.mail.ird.yahoo.com"
      type="cite">
      <div style="color: rgb(0, 0, 0); background-color: rgb(255, 255,
        255); font-family: times new roman,new york,times,serif;
        font-size: 12pt;">
        <div>Hi all:<br>
        </div>
        <div><br>
        </div>
        <div>I have taken a netcdf data file from the following link:<br>
        </div>
        <a class="moz-txt-link-freetext" href="ftp://ftp.ncdc.noaa.gov/pub/data/cmb/ersst/v3b/netcdf/">ftp://ftp.ncdc.noaa.gov/pub/data/cmb/ersst/v3b/netcdf/</a><br>
        While I try to open this file in GrADS I got the following error
        message:<br>
        <br>
        ga-&gt; open ersst.ctl<br>
        Scanning description file:&nbsp; ersst<br>
        Data file ersst.198901.nc is open as file 1<br>
        LON set to 0 360 <br>
        LAT set to -88 88 <br>
        LEV set to 0 0 <br>
        Time values set: 1989:1:1:0 1989:1:1:0 <br>
        E set to 1 1 <br>
        ga-&gt; q file<br>
        File 1 : <br>
        &nbsp; Descriptor: ersst.ctl<br>
        &nbsp; Binary: ersst.198901.nc<br>
        &nbsp; Type = Gridded<br>
        &nbsp; Xsize = 180&nbsp; Ysize = 89&nbsp; Zsize = 1&nbsp; Tsize = 1&nbsp; Esize = 1<br>
        &nbsp; Number of Variables = 3<br>
        &nbsp;&nbsp;&nbsp;&nbsp; tsm&nbsp; 0&nbsp; 1,y,x&nbsp; temperature<br>
        &nbsp;&nbsp;&nbsp;&nbsp; an&nbsp; 0&nbsp; 1,y,x&nbsp; anomalia<br>
        &nbsp;&nbsp;&nbsp;&nbsp; er&nbsp; 0&nbsp; 1,y,x&nbsp; error<br>
        ga-&gt; d tsm<br>
        gancgrid error: nc_get_vara_double failed; NetCDF: Index exceeds
        dimension bound<br>
        Data Request Error:&nbsp; Error for variable 'tsm'<br>
        &nbsp; Error ocurred at column 1<br>
        DISPLAY error:&nbsp; Invalid expression <br>
        &nbsp; Expression = tsm<br>
        ga-&gt; quit<br>
        <br>
        can anywhere help me ?<br>
        <br>
        Thanks<br>
        <br>
        <br>
        <span style="font-weight: bold;">My ctl file is </span>:<br>
        <br>
        DSET ^ersst.198901.nc<br>
        *DSET ^ersst.%y4%m2.nc<br>
        *OPTIONS template<br>
        DTYPE netcdf<br>
        UNDEF -999s<br>
        xdef&nbsp;&nbsp; 180 linear&nbsp;&nbsp;&nbsp; 0&nbsp; 2<br>
        ydef&nbsp;&nbsp;&nbsp; 89 linear&nbsp; -88&nbsp; 2<br>
        zdef&nbsp;&nbsp; 1 levels 0<br>
        TDEF 1 linear jan1989 1mo&nbsp;&nbsp;&nbsp;&nbsp; <br>
        vars 3<br>
        sst=&gt;tsm&nbsp; 0 1,y,x&nbsp;&nbsp; temperature<br>
        anom=&gt;an&nbsp; 0 1,y,x&nbsp;&nbsp; anomalia <br>
        err=&gt;er&nbsp;&nbsp; 0 1,y,x&nbsp;&nbsp; error<br>
        endvars <br>
        <br>
        <br>
        <span style="font-weight: bold;">The Netcdf file Is:</span><br>
        <br>
        &nbsp;ncdump&nbsp;&nbsp; ersst.199908.nc <br>
        <br>
        netcdf ersst.199908 {<br>
        dimensions:<br>
        &nbsp;&nbsp;&nbsp; time = 1 ;<br>
        &nbsp;&nbsp;&nbsp; zlev = 1 ;<br>
        &nbsp;&nbsp;&nbsp; lat = 89 ;<br>
        &nbsp;&nbsp;&nbsp; lon = 180 ;<br>
        variables:<br>
        &nbsp;&nbsp;&nbsp; float time(time) ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; time:long_name = "Center time of the day" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; time:units = "days since 1854-01-15" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; time:delta_t = "0000-01-00" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; time:avg_period = "0000-01-00" ;<br>
        &nbsp;&nbsp;&nbsp; float zlev(zlev) ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; zlev:long_name = "Sea surface height" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; zlev:units = "meters" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; zlev:actual_range = "0, 0" ;<br>
        &nbsp;&nbsp;&nbsp; float lat(lat) ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lat:long_name = "Latitude" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lat:units = "degrees_north" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lat:grids = "Uniform grid from -88 to 88 by 2" ;<br>
        &nbsp;&nbsp;&nbsp; float lon(lon) ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lon:long_name = "Longitude" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lon:units = "degrees_east" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lon:grids = "Uniform grid from 0 to 358 by 2" ;<br>
        &nbsp;&nbsp;&nbsp; short sst(time, zlev, lat, lon) ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sst:long_name = "Extended reconstructed sea surface
        temperature" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sst:units = "degrees_C" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sst:_FillValue = -999s ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sst:add_offset = 0.f ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sst:scale_factor = 0.01f ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sst:valid_min = -300s ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sst:valid_max = 4500s ;<br>
        &nbsp;&nbsp;&nbsp; short anom(time, zlev, lat, lon) ;<br>
        &nbsp;&nbsp;&nbsp; anom:long_name = "Extended reconstructed SST anomalies" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; anom:units = "degrees_C" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; anom:_FillValue = -999s ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; anom:add_offset = 0.f ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; anom:scale_factor = 0.01f ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; anom:valid_min = -1200s ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; anom:valid_max = 1200s ;<br>
        &nbsp;&nbsp;&nbsp; short err(time, zlev, lat, lon) ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; err:long_name = "Estimated error standard deviation of
        analyzed_ersst" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; err:units = "degrees_C" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; err:_FillValue = -999s ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; err:add_offset = 0.f ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; err:scale_factor = 0.01f ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; err:valid_min = 0s ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; err:valid_max = 1000s ;<br>
        <br>
        // global attributes:<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :title = "ERSST V3b in situ only" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :history = "Version 3b" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :creation_date = "2010-03-23" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :description = "Smith, T.M., and R.W. Reynolds, 2003:
        Extended Reconstruction of Global Se<br>
        a Surface Temperatures Based on COADS Data (1854-1997). Journal
        of Climate, 16, 1495-1510. A vailable at h<br>
        ttp://www.ncdc.noaa.gov/img/climate/research/sst/ersst.pdf&nbsp;
        Climatology is based on 1971-2000 OI.v2 SST, I<br>
        n situ data: ICOADS2.4 before 2006 and NCEP in situ data from
        2007 to present" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :source = "NOAA/National Climatic Data Center" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :contact = "Dick Reynolds, email:
        <a class="moz-txt-link-abbreviated" href="mailto:Richard.W.Reynolds@noaa.gov">Richard.W.Reynolds@noaa.gov</a> &amp; Chunying Liu, email: Chuny<br>
        <a class="moz-txt-link-abbreviated" href="mailto:ing.liu@noaa.gov">ing.liu@noaa.gov</a>" ;<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :Conventions = "CF-1.0" ;<br>
        data:<br>
        <br>
        &nbsp;time = 53172 ;<br>
        <br>
        zlev = 0 ;<br>
        <br>
        &nbsp;lat = -88, -86, -84, -82, -80, -78, -76, -74, -72, -70, -68,
        -66, -64, -62, <br>
        &nbsp;&nbsp;&nbsp; -60, -58, -56, -54, -52, -50, -48, -46, -44, -42, -40, -38,
        -36, -34, <br>
        &nbsp;&nbsp;&nbsp; -32, -30, -28, -26, -24, -22, -20, -18, -16, -14, -12, -10,
        -8, -6, -4, <br>
        &nbsp;&nbsp;&nbsp; -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28,
        30, 32, 34, <br>
        &nbsp;&nbsp;&nbsp; 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64,
        66, 68, 70, <br>
        &nbsp;&nbsp;&nbsp; 72, 74, 76, 78, 80, 82, 84, 86, 88 ;<br>
        <br>
        &nbsp;lon = 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28,
        30, 32, 34, 36, <br>
        &nbsp;&nbsp;&nbsp; 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66,
        68, 70, 72, <br>
        &nbsp;&nbsp;&nbsp; 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100,
        102, 104, 106, <br>
        &nbsp;&nbsp;&nbsp; 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130,
        132, 134, <br>
        &nbsp;&nbsp;&nbsp; 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158,
        160, 162, <br>
        &nbsp;&nbsp;&nbsp; 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186,
        188, 190, <br>
        &nbsp;&nbsp;&nbsp; 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214,
        216, 218, <br>
        &nbsp;&nbsp;&nbsp; 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242,
        244, 246, <br>
        &nbsp;&nbsp;&nbsp; 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270,
        272, 274, <br>
        &nbsp;&nbsp;&nbsp; 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298,
        300, 302, <br>
        &nbsp;&nbsp;&nbsp; 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326,
        328, 330, <br>
        &nbsp;&nbsp;&nbsp; 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354,
        356, 358 ;<br>
        <br>
        &nbsp;sst =<br>
        &nbsp; _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
        _, _, _, _, <br>
        &nbsp;&nbsp;&nbsp; _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
        _, _, _, _, <br>
        <br>
        <br>
        <div style="font-family: times new roman,new york,times,serif;
          font-size: 12pt;">
          <div style="font-family: times new roman,new york,times,serif;
            font-size: 12pt;"><br>
          </div>
        </div>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
gradsusr mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
<a class="moz-txt-link-freetext" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
</pre>
    </blockquote>
  </body>
</html>