<div dir="ltr"> Am new to GRAD. What I need is to plot the ocean current&#39;s U,V Components on Google Map. NetCDF file contains the data.<div>NetCDF files will be downloaded from URL <b><span lang="EN-GB"><a href="http://nomads.ncep.noaa.gov/pub/data/nccf/com/rtofs/prod/rtofs.20131129/">http://nomads.ncep.noaa.gov/pub/data/nccf/com/rtofs/prod/</a></span></b></div>
<div><b><br></b></div><p class="MsoNormal"><b><span lang="EN-GB"><span style="color:rgb(31,73,125)"></span></span></b></p><div>Can anyone suggest me how to plot its U,V components on grad and export it to image and does this source provide global data for current?? . </div>
<div>The strength of U,V current will determine the width of the Arrow. I am attaching the Sample image got from client (for the reference of arrows I need).</div><div><b>What I did so far is :</b><br><br><div>sdfopen C:\WeatherGribFiles\rtofs_et_WPAb_3dz_f06_6hrly_reg1.nc</div>
<div>set vpage 0 11 0 8.5</div><div>set parea 0 11 0 8.5</div><div>set mproj scaled</div><div>set mproj off</div><div>set display color white</div><div>set datawarn off</div><div>set grads off</div><div>set timelab off</div>
<div>set xlab off</div><div>set ylab off</div><div>set frame off</div><div>set lon -135.59296875 135.59296875</div><div>set lat -83.63098770917021 83.63098770917023</div><div>set display color white</div><div>set ccolor 1</div>
<div>set cint 1</div><div>set digsiz 0.05</div><div>set gxout barb</div><div>set cthick 10</div><div>set arrscl 0.06</div><div>set arrowhead 10</div><div>d u;v</div><div>printim C:\e4fb2f0a-dc8d-40d5-bac4-e5fa5cca4ff3.png x855 y585 -t 0</div>
<div> reinit</div></div><div><br></div><div><br></div><div>Can any one help me out or share if have any working example to draw u,v components of current and its strength on basis of components vale !!!!!!</div></div>