Tom,<br><br>|  I can create a grib2 file with reflectivity as the variable.  I used <a href="http://g2grb.gs/" target="_blank">g2grb.gs</a> to do this, but there is no standard grib name for reflectivity<br><br>How about:<br>
<br>gribtab.dat:{ 0, 1, 0, 0, 15, 1, &quot;BREF&quot;, &quot;Base Reflectivity&quot;, &quot;dB&quot;},<br>gribtab.dat:{ 0, 1, 0, 0, 15, 4, &quot;LMAXBR&quot;, &quot;Layer Maximum Base Reflectivity&quot;, &quot;dB&quot;},<br>
gribtab.dat:{ 0, 1, 0, 0, 15, 9, &quot;RFCD&quot;, &quot;Reflectivity of Cloud Droplets    Validation&quot;, &quot;dB&quot;},<br>gribtab.dat:{ 0, 1, 0, 0, 15, 10, &quot;RFCI&quot;, &quot;Reflectivity of Cloud Ice    Validation&quot;, &quot;dB&quot;},<br>
gribtab.dat:{ 0, 1, 0, 0, 15, 11, &quot;RFSNOW&quot;, &quot;Reflectivity of Snow    Validation&quot;, &quot;dB&quot;},<br>gribtab.dat:{ 0, 1, 0, 0, 15, 12, &quot;RFRAIN&quot;, &quot;Reflectivity of Rain    Validation&quot;, &quot;dB&quot;},<br>
gribtab.dat:{ 0, 1, 0, 0, 15, 13, &quot;RFGRPL&quot;, &quot;Reflectivity of Graupel    Validation&quot;, &quot;dB&quot;},<br>gribtab.dat:{ 0, 1, 0, 0, 15, 14, &quot;RFHAIL&quot;, &quot;Reflectivity of Hail    Validation&quot;, &quot;dB&quot;},<br>
gribtab.dat:{ 0, 1, 0, 0, 16, 0, &quot;REFZR&quot;, &quot;Equivalent radar reflectivity factor for rain&quot;, &quot;mm^6/m^3&quot;},<br>gribtab.dat:{ 0, 1, 0, 0, 16, 1, &quot;REFZI&quot;, &quot;Equivalent radar reflectivity factor for snow&quot;, &quot;mm^6/m^3&quot;},<br>
gribtab.dat:{ 0, 1, 0, 0, 16, 2, &quot;REFZC&quot;, &quot;Equivalent radar reflectivity factor for parameterized convection&quot;, &quot;mm^6/m^3&quot;},<br>gribtab.dat:{ 0, 1, 0, 0, 16, 4, &quot;REFD&quot;, &quot;Reflectivity&quot;, &quot;dB&quot;},<br>
gribtab.dat:{ 0, 1, 0, 0, 16, 5, &quot;REFC&quot;, &quot;Composite reflectivity&quot;, &quot;dB&quot;},<br>  (NCEP local def&#39;n)<br>gribtab.dat:{ 3, 1, 0, 0, 1, 9, &quot;RFL06&quot;, &quot;Reflectance in 0.6 Micron Channel&quot;, &quot;%&quot;},<br>
gribtab.dat:{ 3, 1, 0, 0, 1, 10, &quot;RFL08&quot;, &quot;Reflectance in 0.8 Micron Channel&quot;, &quot;%&quot;},<br>gribtab.dat:{ 3, 1, 0, 0, 1, 11, &quot;RFL16&quot;, &quot;Reflectance in 1.6 Micron Channel&quot;, &quot;%&quot;},<br>
gribtab.dat:{ 3, 1, 0, 0, 1, 12, &quot;RFL39&quot;, &quot;Reflectance in 3.9 Micron Channel&quot;, &quot;%&quot;},<br><br> Wesley<br><br><div class="gmail_quote">On Thu, Sep 27, 2012 at 7:26 PM, Thomas Robinson <span dir="ltr">&lt;<a href="mailto:ter@hawaii.edu" target="_blank">ter@hawaii.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Aloha GrADs Users, <br><br>I am trying to create a netCDF file from my GrADS data as a Mercator projection.  Apparently when I try to use:<br>
&#39;set sdfwrite <a href="http://reflectivity.nc" target="_blank">reflectivity.nc</a>&#39;<br>&#39;sdfwrite reflectivity&#39;<br>
where reflectivity is my variable and <a href="http://reflectivity.nc" target="_blank">reflectivity.nc</a> is my netCDF file, it produces a netCDF file on a lat/lon projection.  So I either need to convert the output to a Mercator projection grid or I need to somehow create the netCDF from GrADS as a Mercator projection.  <br>

<br>ALTERNATIVELY:<br>I can create a grib2 file with reflectivity as the variable.  I used <a href="http://g2grb.gs" target="_blank">g2grb.gs</a> to do this, but there is no standard grib name for reflectivity.  Just using a different variable name (such as HGT) is unacceptable for this project.<br>

<br>Any help you can provide will be most appreciated.<span class="HOEnZb"><font color="#888888"><br clear="all"><br>-- <br>Tom Robinson<br>President - Graduate Student Organization <br>Graduate Student - Department of Meteorology<br>
<a href="tel:732-718-2323" value="+17327182323" target="_blank">732-718-2323</a><br><br>
</font></span><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>