<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Richard,<br><br>Like you said that you have already created gridded binary. All you need do is to create&nbsp; a .ctl file to read the binary and then write out netCDF in GrADS.<br><br>Say your .ctl is exactly like the one on the link you referred to at http://grads.iges.org/grads/gadoc/aboutgriddeddata.html, and you want to write the variable slp to netCDF. After you open the file, all you need do is something like:<br><br>-&gt;&nbsp; set lon 0 360<br>-&gt; set lat 90 90<br>-&gt; set t 1 last<br>-&gt; slp = slp<br>-&gt; set sdfwrite gridded_data_sample.nc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>-&gt; sdfwrite slp<br><br><br>This will create a new netCDF file named <b><i>sdfwrite gridded_data_sample.nc </i></b>. You read more about "sdfwrite"&nbsp; by looking it up on the GrADS documentation: http://www.iges.org/grads/gadoc/gadocindex.html. <br>******In case you have several variables in one file, I'm not so GrADS can handle them at once. You may have to write them to netCDF one-after-another and then use cdo or nco to concatenate the netCDF files to one.************<br><br>Best,<br><br>Hyacinth <br><br><br><div>&gt; Date: Tue, 13 Sep 2011 15:49:33 +0000<br>&gt; From: "Bantges, Richard J" &lt;r.bantges@imperial.ac.uk&gt;<br>&gt; Subject: [gradsusr] Writing GrADS netCDF files with IDL<br>&gt; To: "gradsusr@gradsusr.org" &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID:<br>&gt;         &lt;DE4EEC0FA6E54A41A1891FD83EFF85AB0AAF3F62@icexch-m6.ic.ac.uk&gt;<br>&gt; Content-Type: text/plain; charset="us-ascii"<br>&gt; <br>&gt; Hi there,<br>&gt; <br>&gt; I'm trying to write a GrADS compatible netCDF file using ITT's IDL software, that can then be read in using GrADS's sdfopen command. Does anyone have an example IDL procedure that does this please?<br>&gt; <br>&gt; I've managed to write out data in a gridded binary data file that is described here http://grads.iges.org/grads/gadoc/aboutgriddeddata.html but ideally I'd like to write these in netCDF format. The main problem is writing the netCDF so that th
e associated control file accurately describes the netCDF file content.<br>&gt; <br>&gt; So, if anyone has a very simple IDL procedure that writes out a netCDF file that can be directly read by GrADS using the sdfopen command that would be fantastic.<br>&gt; <br>&gt; Rich<br>&gt; <br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20110913/96e5969c/attachment.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; _______________________________________________<br>&gt; gradsusr mailing list<br>&gt; gradsusr@gradsusr.org<br>&gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; <br>&gt; <br>&gt; End of gradsusr Digest, Vol 19, Issue 21<br>&gt; ****************************************<br></div>                                               </div></body>
</html>