<div dir="ltr"><div>Dear Grads,<br></div><div><br></div><div>I created a descriptor file to read a netcdf file using xdfopen. I created two three kind of descriptor file but when I plot it the data looks very shifted.</div><div>I don't where I am going wrong. </div><div><br></div><div><div>DSET ^<a href="http://sce_mon_mean.nc">sce_mon_mean.nc</a> </div><div>TITLE This is a sample </div><div>UNDEF -9.99e+08 </div><div>XDEF x 88 LINEAR -180 4.09090909</div><div>YDEF y 88 LINEAR 0.0 1</div><div>TDEF time 573 LINEAR OCT1966 1MO</div><div>VARS 1</div><div>sce=>sce 0 1 Snow cover extent</div><div>ENDVARS</div></div><div><br></div><div>The nudump -h looks like this</div><div><br></div><div><div>dimensions:</div><div><span class="" style="white-space:pre">        </span>x = 88 ;</div><div><span class="" style="white-space:pre">        </span>y = 88 ;</div><div><span class="" style="white-space:pre">        </span>time = UNLIMITED ; // (573 currently)</div><div>variables:</div><div><span class="" style="white-space:pre">        </span>double time(time) ;</div><div><span class="" style="white-space:pre">                </span>time:standard_name = "time" ;</div><div><span class="" style="white-space:pre">                </span>time:long_name = "time" ;</div><div><span class="" style="white-space:pre">                </span>time:units = "days since 1966-10-03 00:00:00" ;</div><div><span class="" style="white-space:pre">                </span>time:calendar = "standard" ;</div><div><span class="" style="white-space:pre">        </span>byte sce(time, y, x) ;</div><div><span class="" style="white-space:pre">                </span>sce:standard_name = "surface_snow_binary_mask" ;</div><div><span class="" style="white-space:pre">                </span>sce:long_name = "NOAA/NCDC Climate Data Record of snow cover extent" ;</div><div><span class="" style="white-space:pre">                </span>sce:_FillValue = -9b ;</div><div><span class="" style="white-space:pre">                </span>sce:missing_value = -9b ;</div><div><span class="" style="white-space:pre">                </span>sce:flag_meanings = "no_snow snow_covered" ;</div><div><br></div><div>// global attributes:</div><div><span class="" style="white-space:pre">                </span>:CDI = "Climate Data Interface version 1.6.2 (<a href="http://code.zmaw.de/projects/cdi">http://code.zmaw.de/projects/cdi</a>)" ;</div><div><span class="" style="white-space:pre">                </span>:Conventions = "CF-1.4" ;</div><div><span class="" style="white-space:pre">                </span>:history = "Mon Sep 15 23:25:22 2014: cdo monmean <a href="http://sce.nc">sce.nc</a> <a href="http://sce_mon_mean.nc">sce_mon_mean.nc</a>" ;</div><div><span class="" style="white-space:pre">                </span>:CDO = "Climate Data Operators version 1.6.2 (<a href="http://code.zmaw.de/projects/cdo">http://code.zmaw.de/projects/cdo</a>)" ;</div><div>}</div></div><div><br></div><div><br></div><div><br></div>
</div>