<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>Romero,<br>Have you tried just degribbing one field and see if it plots correctly?&nbsp; Then try another and cat them together (remember the order for ctl file).&nbsp; I use wgrib option for -nh (no header).&nbsp; <br><br>Lee<br>----- Original Message -----<br>From: "Wesley Ebisuzaki" &lt;Wesley.Ebisuzaki@NOAA.GOV&gt;<br>To: GRADSUSR@LIST.CINECA.IT<br>Sent: Wednesday, April 8, 2009 12:20:34 PM GMT -06:00 Guadalajara / Mexico City / Monterrey<br>Subject: Re: convert grib2 to binary format with wgrib2<br><br>Hi,<br><br>In a grib file, the fields can be in any order. With a binary file,<br>GrADS expects<br>the fields to be in a specific order. In grib, a missing field is just<br>not there. In<br>a binary file, a missing field is an array of missing values.<br>It is possible rearrange the order of the grib records and to add the<br>missing fields,<br>but why?<br><br>Wesley Ebisuzaki<br><br>P.Romero wrote:<br>&gt;<br>&gt; I have questions about converting my grib2 data to binary:<br>&gt;<br>&gt; I tried running “wgrib2 mygrib2file.grb2 –bin mydata.bin”, which<br>&gt; created a very large binary file.<br>&gt;<br>&gt; I then tried to use my existing .ctl file (that I had created with<br>&gt; g2ctl.pl), and modify it to point to the new binary file.<br>&gt;<br>&gt; This seemed to work, grads didn’t complain when I tried to load the<br>&gt; control file.<br>&gt;<br>&gt; However, when I tried to plot something, the values were completely off.<br>&gt;<br>&gt;<br>&gt; Whats the correct way to export a grib2 file to binary using wgrib2 &amp;<br>&gt; create a proper .ctl file for this binary file?<br>&gt;<br>&gt; Please help,<br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt; P.Romero<br>&gt;<br></div></body></html>