<div dir="ltr">Hi Asmat,<div><br></div><div>I am using the following method to open GFDL netcdf files in grads. Suppose you have an nc file named ua_A1_CM2_sresa2_r1_200101-210012.nc for u-wind, then create a ctl file to read the data as</div>
<div><br></div><div><br></div><div><div>dset ^ua_A1_CM2_sresa2_r1_200101-210012.nc</div><div>TDEF time 1200 linear 16jan2001 1mo</div></div><div><br></div><div>don&#39;t forget to change time accordingly</div><div><br></div>
<div>and in grads use xdfopen to open the ctl file like </div><div><br></div><div>xdfopen uwnd.ctl , the data will be opened</div><div><br></div><div>Hope this will be useful for you</div><div><br></div><div>Regards</div>
<div><br></div><div>Krishnamohan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Nov 27, 2013 at 1:37 PM, Jennifer Adams <span dir="ltr">&lt;<a href="mailto:jma@cola.iges.org" target="_blank">jma@cola.iges.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><br><div><div class="im"><div>On Nov 27, 2013, at 7:07 AM, asmat ullah wrote:</div><br>
</div><blockquote type="cite"><span style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><div style="font-size:12pt;font-family:Calibri">
<div dir="ltr"><div class="im">hi,<div>i am using GFDL CM2.0...i have download the data form LAS portal of GFDL. i have run the .nc file than this error has been occurred as under..</div><div><br></div><div><b>SDF Error: 365 day calendars are no longer supported by sdfopen.</b></div>
</div><div><b>To open this file with grads us a descriptor file with a complete TDEF entry and Options 365 day calendar……</b></div></div></div></span></blockquote><br><br><blockquote type="cite"><span style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><div style="font-size:12pt;font-family:Calibri">
<div dir="ltr"><div><b><br></b></div><div>than i use xconv and convert nc file in grads readable. this software give the output in two file one was .ctl file and .dat file. these file were not open properly when i gave the path in script of .ctl file by applying xdfopen, the error was as under….</div>
</div></div></span></blockquote><div>If you have a binary file and a descriptor file, then use &#39;open&#39; not &#39;xdfopen&#39;. </div><div class="im"><div><br></div><br><blockquote type="cite"><span style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><div style="font-size:12pt;font-family:Calibri">
<div dir="ltr"><div><b>gadxdf error: invalid options keyword</b></div><div><b>The invalid description file record is:</b></div><div><b>options little_endian</b></div><div><b>The data file was not opened.</b></div><div><b><br>
</b></div><div>In .ctl file the script was as under</div><div><div>dset ^cm112.dat</div><div>undef 200000004008175470000.000000</div></div></div></div></span></blockquote></div>This is a strange undef value. Should it be 2e20? <br>
<blockquote type="cite"><span style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><div style="font-size:12pt;font-family:Calibri">
<div dir="ltr"><div><div>options little_endian</div></div></div></div></span></blockquote>You only need this option if the endianness of the file is different from the endianness of the system on which you are reading it. Based on the error message you got from sdfopen, you should probably have a 365_day_calendar option here. <div class="im">
<br><blockquote type="cite"><span style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><div style="font-size:12pt;font-family:Calibri">
<div dir="ltr"><div><div>*</div><div>xdef 2 linear 1.000000 1.000000</div><div>*</div><div>ydef 1 linear 1 1</div><div>*</div><div>zdef 1 linear 1 1</div><div>*</div><div>tdef 264 linear 01:-3Z55  708dyhr</div></div></div>
</div></span></blockquote></div><div>This TDEF entry is undecipherable. Make sure you put the start time in the right format, something like 12z15jan2001. And the increment can have only one unit. Please see <a href="http://iges.org/grads/gadoc/descriptorfile.html#TDEF" target="_blank">http://iges.org/grads/gadoc/descriptorfile.html#TDEF</a></div>
<div class="im"><br><blockquote type="cite"><span style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><div style="font-size:12pt;font-family:Calibri">
<div dir="ltr"><div><div>*</div><div>vars 2</div><div>TIME_bnds 0 99 TIME_bnds</div><div>PR 0 99 Precipitation [kg m-2 s-1]</div></div></div></div></span></blockquote></div>GrADS wants lower case variable names. Change these to pr and time_bnds. </div>
<div>--Jennifer</div><div><br><blockquote type="cite"><span style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><div style="font-size:12pt;font-family:Calibri">
<div class="im"><div dir="ltr"><div><div>endvars</div></div><div><br></div><div><br></div><div><span style="font-size:12pt">Please let me knw ho can i open .dat and .ctl files in grads, and how to operate .dat file in grads. </span></div>
<div><br></div><div>Regards</div><div>ASMAT ULLAH</div><div><br></div><div><br></div><div><br></div></div></div>_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br></div></span></blockquote></div><br><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:12px;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:12px;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:12px;white-space:normal;font-family:Helvetica;word-spacing:0px"><div>
--</div><div>Jennifer M. Adams<br>Center for Ocean-Land-Atmosphere Studies (COLA)<br>111 Research Hall, Mail Stop 2B3<br>George Mason University<br>4400 University Drive<br>Fairfax, VA 22030 <br><br></div><div><br></div><br>
</span></span></div></span></span><br>
</div>
<br></div><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>