<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">You forgot to include your descriptor pgd6dec.ctl, and you omitted the critical part from the beginning of the GrADS session that includes the version you are running. I don't ask for these things for trivial reasons!!! Based on what you did send, it looks like you might have something like this in your descriptor:&nbsp;<div><br><div>Precip_1=&gt;p1 &nbsp;1 &nbsp;t,z,y,x &nbsp;precip in 1st day of month</div><div><br></div><div>But the variable Precip_1 has only Z,Y,X dimensions. &nbsp;Replace "t,z,y,x" with "z,y,x" and try again.&nbsp;</div><div>--Jennifer</div><div><br></div><div><br></div><div><br><div><div>On Oct 6, 2010, at 12:28 PM, Roberto Mera wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"> <div bgcolor="#ffffff" text="#000000">    Thanks, Jennifer. Here goes.<br>    <br>    ncdump -c Desktop/CPDN/nhqhga.pdg6dec.pnw.nc <br>    netcdf nhqhga.pdg6dec.pnw {<br>    dimensions:<br>    &nbsp;&nbsp;&nbsp; X = 110 ;<br>    &nbsp;&nbsp;&nbsp; Y = 117 ;<br>    &nbsp;&nbsp;&nbsp; Z = 1 ;<br>    variables:<br>    &nbsp;&nbsp;&nbsp; int time(Z) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; time:long_name = "time" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; time:units = "month" ;<br>    &nbsp;&nbsp;&nbsp; float latitude(Y) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; latitude:long_name = "latitude" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; latitude:units = "degrees_north" ;<br>    &nbsp;&nbsp;&nbsp; float longitude(X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; longitude:long_name = "longitude" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; longitude:units = "degrees_east" ;<br>    &nbsp;&nbsp;&nbsp; float Tmin(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmin:long_name = "Monthly average of daily Tmin" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmin:units = "C" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmin:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Frost(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Frost:long_name = "Number of frost days per month" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Frost:units = "days" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Frost:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Tmin_1(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmin_1:long_name = "First monthly minimum of Tmin" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmin_1:units = "C" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmin_1:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Tmin_2(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmin_2:long_name = "Second montlhy minimum of Tmin" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmin_2:units = "C" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmin_2:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Tmin_3(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmin_3:long_name = "Third monthly minimum of Tmin" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmin_3:units = "C" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmin_3:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Tmax(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmax:long_name = "Monthly average of daily Tmax" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmax:units = "C" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmax:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float TT30(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TT30:long_name = "Number of days with Tmax &gt; 30 degC" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TT30:units = "days" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TT30:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float TT35(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TT35:long_name = "Number of days with Tmax &gt; 35 degC" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TT35:units = "days" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TT35:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float TT40(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TT40:long_name = "Number of days with Tmax &gt; 40 degC" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TT40:units = "days" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TT40:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Tmax_1(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmax_1:long_name = "First monthly maximum of Tmax" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmax_1:units = "C" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmax_1:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Tmax_2(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmax_2:long_name = "Second monthly maximum of Tmax" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmax_2:units = "C" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmax_2:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Tmax_3(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmax_3:long_name = "Third monthly maximum of Tmax" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmax_3:units = "C" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Tmax_3:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float U-std(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; U-std:long_name = "Monthly standard deviation of U surface    wind" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; U-std:units = "m s-1" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; U-std:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float V-std(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; V-std:long_name = "Monthly standard deviation of V surface    wind" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; V-std:units = "m s-1" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; V-std:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Max_wind_speed(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Max_wind_speed:long_name = "Monthly maximum of daily wind    speed" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Max_wind_speed:units = "m s-1" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Max_wind_speed:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Dry_max_1(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dry_max_1:long_name = "Max number of consecutive dry days at    start of the month" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dry_max_1:units = "days" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dry_max_1:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Dry_max_2(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dry_max_2:long_name = "Max number of consecutive dry days at    end of the month" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dry_max_2:units = "days" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dry_max_2:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Dry_max_3(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dry_max_3:long_name = "Max number of consecutive dry days    during the month" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dry_max_3:units = "days" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dry_max_3:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Wet_days(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Wet_days:long_name = "Number of wet days during the month" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Wet_days:units = "days" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Wet_days:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Precip_1(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Precip_1:long_name = "Total precipitation within the 1st day    of the month" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Precip_1:units = "mm" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Precip_1:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Precip_2(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Precip_2:long_name = "Total precipitation on the 21st days    of the month" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Precip_2:units = "mm" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Precip_2:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Precip_3(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Precip_3:long_name = "Total precipitation within 3 days" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Precip_3:units = "mm" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Precip_3:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Precip_4(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Precip_4:long_name = "Total precipitation within the 2 last    days of the month" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Precip_4:units = "mm" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Precip_4:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Precip_5(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Precip_5:long_name = "Total precipitation within the last    day of the month" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Precip_5:units = "mm" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Precip_5:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Pge40(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pge40:long_name = "Number of days with daily P &gt; 40 mm" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pge40:units = "days" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pge40:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Pge80(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pge80:long_name = "Number of days with daily P &gt; 80 mm" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pge80:units = "days" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pge80:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Pge120(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pge120:long_name = "Number of days with daily P &gt; 120 mm"    ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pge120:units = "days" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pge120:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Pmax_1(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pmax_1:long_name = "First max daily total precipitation rate    over the month" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pmax_1:units = "mm" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pmax_1:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Pmax_2(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pmax_2:long_name = "Second max daily total precipitation    rate over the month" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pmax_2:units = "mm" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pmax_2:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Pmax_3(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pmax_3:long_name = "Third max daily total precipitation rate    over the month" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pmax_3:units = "mm" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pmax_3:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Z(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Z:long_name = "Monthly mean geopotential height at 500mb" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Z:units = "m" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Z:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Z-std(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Z-std:long_name = "Monthly standard deviation of    geopotential height at 500mb" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Z-std:units = "m" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Z-std:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Snow_mass(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Snow_mass:long_name = "Snow mass on the first day of the    month" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Snow_mass:units = "kg m-2" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Snow_mass:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float DlastSM(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DlastSM:long_name = "Date of last snow mass" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DlastSM:units = "day" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DlastSM:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Max_runoff(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Max_runoff:long_name = "Maximum daily runoff" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Max_runoff:units = "kg m-2 s-1" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Max_runoff:Fill_Value = -9999.f ;<br>    &nbsp;&nbsp;&nbsp; float Date_max_runoff(Z, Y, X) ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Date_max_runoff:long_name = "Date of maximum daily runoff" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Date_max_runoff:units = "day" ;<br>    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Date_max_runoff:Fill_Value = -9999.f ;<br>    data:<br>    }<br>    <br>    --------------------<br>    in grads:<br>    <br>    GX Package Initialization: Size = 11 8.5 <br>    Command line history in /home/rjmera/.grads.log<br>    ga-&gt; sdfopen Desktop/CPDN/nhqhga.pdg6dec.pnw.nc <br>    Scanning self-describing file:&nbsp; Desktop/CPDN/nhqhga.pdg6dec.pnw.nc<br>    gadsdf: SDF file has no discernable X coordinate.<br>    <br>    ga-&gt; open Desktop/CPDN/pdg6dec.ctl<br>    Scanning description file:&nbsp; Desktop/CPDN/pdg6dec.ctl<br>    Data file Desktop/CPDN/nhqhga.pdg6dec.pnw.nc is open as file 1<br>    LON set to 347.79 371.77 <br>    LAT set to -11.99 13.31 <br>    LEV set to 1 1 <br>    Time values set: 1967:12:6:0 1967:12:6:0 <br>    E set to 1 1 <br>    ga-&gt; q file<br>    File 1 : Pacific northwest<br>    &nbsp; Descriptor: Desktop/CPDN/pdg6dec.ctl<br>    &nbsp; Binary: Desktop/CPDN/nhqhga.pdg6dec.pnw.nc<br>    &nbsp; Type = Gridded<br>    &nbsp; Xsize = 110&nbsp; Ysize = 117&nbsp; Zsize = 1&nbsp; Tsize = 1&nbsp; Esize = 1<br>    &nbsp; Number of Variables = 36<br>    &nbsp;&nbsp;&nbsp;&nbsp; tmin&nbsp; 1&nbsp; t,z,y,x&nbsp; Tmin (C)<br>    &nbsp;&nbsp;&nbsp;&nbsp; frost&nbsp; 1&nbsp; t,z,y,x&nbsp; Frost (days)<br>    &nbsp;&nbsp;&nbsp;&nbsp; tmin1&nbsp; 1&nbsp; t,z,y,x&nbsp; Min1 (C)<br>    &nbsp;&nbsp;&nbsp;&nbsp; tmin2&nbsp; 1&nbsp; t,z,y,x&nbsp; Min2 (C)<br>    &nbsp;&nbsp;&nbsp;&nbsp; tmin3&nbsp; 1&nbsp; t,z,y,x&nbsp; Min3 (C)<br>    &nbsp;&nbsp;&nbsp;&nbsp; tmax&nbsp; 1&nbsp; t,z,y,x&nbsp; Tmax (C)<br>    &nbsp;&nbsp;&nbsp;&nbsp; tt30&nbsp; 1&nbsp; t,z,y,x&nbsp; 30Ctmax (days)<br>    &nbsp;&nbsp;&nbsp;&nbsp; tt35&nbsp; 1&nbsp; t,z,y,x&nbsp; 35Ctmax (days)<br>    &nbsp;&nbsp;&nbsp;&nbsp; tt40&nbsp; 1&nbsp; t,z,y,x&nbsp; 40Ctmax (days)<br>    &nbsp;&nbsp;&nbsp;&nbsp; tmax1&nbsp; 1&nbsp; t,z,y,x&nbsp; Max1 (C)<br>    &nbsp;&nbsp;&nbsp;&nbsp; tmax2&nbsp; 1&nbsp; t,z,y,x&nbsp; Max2 (C)<br>    &nbsp;&nbsp;&nbsp;&nbsp; tmax3&nbsp; 1&nbsp; t,z,y,x&nbsp; Max3 (C)<br>    &nbsp;&nbsp;&nbsp;&nbsp; ustd&nbsp; 1&nbsp; t,z,y,x&nbsp; monstdU (m s-1)<br>    &nbsp;&nbsp;&nbsp;&nbsp; vstd&nbsp; 1&nbsp; t,z,y,x&nbsp; monstdU (m s-1)<br>    &nbsp;&nbsp;&nbsp;&nbsp; mxwspeed&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; maxwindsped (m s-1)<br>    &nbsp;&nbsp;&nbsp;&nbsp; drymax1&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; daysmaxdrystart (days)<br>    &nbsp;&nbsp;&nbsp;&nbsp; drymax2&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; daysmaxdrymid (days)<br>    &nbsp;&nbsp;&nbsp;&nbsp; drymax3&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; daysmaxdryend (days)<br>    &nbsp;&nbsp;&nbsp;&nbsp; wetdays&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; numwetdays (days)<br>    &nbsp;&nbsp;&nbsp;&nbsp; p1&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; 1stdayprec (mm)<br>    &nbsp;&nbsp;&nbsp;&nbsp; p2&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; 21stdayprec (mm)<br>    &nbsp;&nbsp;&nbsp;&nbsp; p3&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; 3daysprec (mm)<br>    &nbsp;&nbsp;&nbsp;&nbsp; p4&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; preclast2days (mm)<br>    &nbsp;&nbsp;&nbsp;&nbsp; p5&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; preclastday (mm)<br>    &nbsp;&nbsp;&nbsp;&nbsp; pge40&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; 40mmprec (days)<br>    &nbsp;&nbsp;&nbsp;&nbsp; pge80&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; 80mmprec (days)<br>    &nbsp;&nbsp;&nbsp;&nbsp; pge120&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; 120mmprec (days)<br>    &nbsp;&nbsp;&nbsp;&nbsp; pmax1&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; 1stmaxprec (C)<br>    &nbsp;&nbsp;&nbsp;&nbsp; pmax2&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; 2ndmaxprec (C)<br>    &nbsp;&nbsp;&nbsp;&nbsp; pmax3&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; 3rdmaxprec (C)<br>    &nbsp;&nbsp;&nbsp;&nbsp; z&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; hgtmean500 (m)<br>    &nbsp;&nbsp;&nbsp;&nbsp; zstd&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; hgtstdv (m)<br>    &nbsp;&nbsp;&nbsp;&nbsp; snowmass&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; snowmass (kg m-2)<br>    &nbsp;&nbsp;&nbsp;&nbsp; lastsnow&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; daylastsnw (day)<br>    &nbsp;&nbsp;&nbsp;&nbsp; mxrunoff&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; maxrunoff (kg m-2 s-1)<br>    &nbsp;&nbsp;&nbsp;&nbsp; datemxrunoff&nbsp;&nbsp;&nbsp; 1&nbsp; 1&nbsp; t,z,y,x&nbsp; maxrunoffdate (day)<br>    ga-&gt; d p1<br>    gancgrid error: nc_get_vara_double failed; NetCDF: Start+count    exceeds dimension bound<br>    Data Request Error:&nbsp; Error for variable 'p1'<br>    &nbsp; Error ocurred at column 1<br>    DISPLAY error:&nbsp; Invalid expression <br>    &nbsp; Expression = p1<br>    ga-&gt; <br>    <br>    <br>    On 10/6/10 5:17 AM, Jennifer Adams wrote:    <blockquote cite="mid:57151F55-1FDB-45A6-81CB-CDBDA4DC047A@cola.iges.org" type="cite">Roberto,&nbsp;      <div>You need to give the full ncdump -c output (just the time and        latitude coordinate metadata is not adequate), as well as the        xdfopen-style descriptor, and the full text of your GrADS        session that delivers the error message.&nbsp;</div>      <div>--Jennifer</div>      <div><br>        <div>          <div>On Oct 5, 2010, at 4:59 PM, Roberto Mera wrote:</div>          <br class="Apple-interchange-newline">          <blockquote type="cite">            <div><br>              <br>              Regarding the questions below: I'm using opengrads              2.0.a7.oga.3. and grads 1.9. on linux.<br>              First, using sdfopen I get this message:<br>              <br>              sdfopen Desktop/CPDN/nhqhga.pdg6dec.pnw.nc<br>              Scanning self-describing file:              &nbsp;Desktop/CPDN/nhqhga.pdg6dec.pnw.nc<br>              gadsdf: SDF file has no discernable X coordinate.<br>              <br>              Subsequently, I tried xdfopen with a control file. That              did not work<br>              either. Then I created another ctl file that would read              its variables<br>              and coordinate system. It opened fine but when I try to              just draw the<br>              map I get this message no matter which variable I'm              working with:<br>              <br>              gancgrid error: nc_get_vara_double failed; NetCDF:              Start+count exceeds<br>              dimension bound<br>              Data Request Error: &nbsp;Error for variable 'p1'<br>              &nbsp;&nbsp;&nbsp;Error ocurred at column 1<br>              <br>              ncdump -h :<br>              <br>              netcdf nhqhga.pdg6dec.pnw {<br>              dimensions:<br>              <span class="Apple-tab-span" style="white-space: pre;"> </span>X              = 110 ;<br>              <span class="Apple-tab-span" style="white-space: pre;"> </span>Y              = 117 ;<br>              <span class="Apple-tab-span" style="white-space: pre;"> </span>Z              = 1 ;<br>              variables:<br>              <span class="Apple-tab-span" style="white-space: pre;"> </span>int              time(Z) ;<br>              <span class="Apple-tab-span" style="white-space: pre;"> </span><span class="Apple-tab-span" style="white-space: pre;"> </span>time:long_name              = "time" ;<br>              <span class="Apple-tab-span" style="white-space: pre;"> </span><span class="Apple-tab-span" style="white-space: pre;"> </span>time:units              = "month" ;<br>              <span class="Apple-tab-span" style="white-space: pre;"> </span>float              latitude(Y) ;<br>              <span class="Apple-tab-span" style="white-space: pre;"> </span><span class="Apple-tab-span" style="white-space: pre;"> </span>latitude:long_name              = "latitude" ;<br>              <span class="Apple-tab-span" style="white-space: pre;"> </span><span class="Apple-tab-span" style="white-space: pre;"> </span>latitude:units              = "degrees_north" ;<br>              <br>              <br>              .....plus other variables (37)<br>              <br>              Any thoughts?<br>              <br>              <br>              _______________________________________________<br>              gradsusr mailing list<br>              <a moz-do-not-send="true" href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>              <a class="moz-txt-link-freetext" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>            </div>          </blockquote>        </div>        <br>        <div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate;            border-spacing: 0px; color: rgb(0, 0, 0); font-family:            Helvetica; font-size: 12px; font-style: normal;            font-variant: normal; font-weight: normal; letter-spacing:            normal; line-height: normal; text-indent: 0px;            text-transform: none; orphans: 2; white-space: normal;            widows: 2; word-spacing: 0px;">            <div style="word-wrap: break-word;"><span class="Apple-style-span" style="border-collapse:                separate; border-spacing: 0px; color: rgb(0, 0, 0);                font-family: Helvetica; font-size: 12px; font-style:                normal; font-variant: normal; font-weight: normal;                letter-spacing: normal; line-height: normal;                text-indent: 0px; text-transform: none; orphans: 2;                white-space: normal; widows: 2; word-spacing: 0px;"><span class="Apple-style-span" style="border-collapse:                  separate; border-spacing: 0px; color: rgb(0, 0, 0);                  font-family: Helvetica; font-size: 12px; font-style:                  normal; font-variant: normal; font-weight: normal;                  letter-spacing: normal; line-height: normal;                  text-indent: 0px; text-transform: none; orphans: 2;                  white-space: normal; widows: 2; word-spacing: 0px;">                  <div>--</div>                  <div>Jennifer M. Adams</div>                  <div>IGES/COLA</div>                  <div>4041 Powder Mill Road, Suite 302</div>                  <div>Calverton, MD 20705</div>                  <div><a moz-do-not-send="true" href="mailto:jma@cola.iges.org">jma@cola.iges.org</a></div>                  <div><br class="khtml-block-placeholder">                  </div>                  <br class="Apple-interchange-newline">                </span></span></div>          </span> </div>        <br>      </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>    <br>  </div>  _______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>http://gradsusr.org/mailman/listinfo/gradsusr<br></blockquote></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>--</div><div>Jennifer M. Adams</div><div>IGES/COLA</div><div>4041 Powder Mill Road, Suite 302</div><div>Calverton, MD 20705</div><div><a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span></span></div></span> </div><br></div></div></body></html>