<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px;font-weight:bold;white-space:nowrap">Jennifer,</span><br><div><span style="font-family:arial,sans-serif;font-size:13px;font-weight:bold;white-space:nowrap"><br>





</span></div><div><font face="arial, sans-serif"><span style="white-space:nowrap"><b>thanks. you pointed out accurate.</b></span></font></div><div><span style="white-space:nowrap;font-family:arial,sans-serif">I did not take it seriously. I had missed the underlying knowledge of model NCEP is using for Data.</span><br>




</div>
<div><font face="arial, sans-serif"><span style="white-space:nowrap">NCEP follow<b> </b></span></font><a href="http://polar.ncep.noaa.gov/global/about/" target="_blank"><span style="font-size:13px;font-family:Helvetica,Arial,sans-serif">Global RTOFS ocean model and is based on an eddy resolving 1/12° global HYCOM (HYbrid Coordinates Ocean Model). NetCDF</span><span style="font-size:13px;font-family:Helvetica,Arial,sans-serif"> has 32 hybrid layers and a horizontal grid size of (4500 x 3298) .Also the grid has an Arctic bi-polar patch north of 47°N and a Mercator projection south of 47°N through 78.6°S</span></a>. </div>





<div><br></div><div>As you have stated to Create <a href="http://www.iges.org/grads/gadoc/pdef.html#rotation" target="_blank">PDEF </a>file for interpolation. But while viewing <a href="http://www.iges.org/grads/gadoc/pdef.html#syntax">PDEF </a>syntax, I can see NPS and SPS (Polar stereographic projections) for NCEP data, But I can not see any PS projection in <a href="http://polar.ncep.noaa.gov/global/about/">netCDF file guide</a>. Can you help me in this or to get this working,</div>
<div><br></div><div><b>Overall aim with NetCDF file:</b></div><div>To plot axis of current and data and export it to image or kml file with GrADS and overlay on google map.</div><div><br></div><div>Please lead me in this, if my approach is wrong to plot current in google map.</div>
<div><br></div><div>B/Rgds</div><div>Anil Kumar<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 17, 2013 at 7:14 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:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div style="word-wrap:break-word">Hi, Anil -- <div>This is not a silly problem. The sdfopen command opens this file because it has coordinates that have an attribute named &quot;axis&quot; with values of &quot;X&quot;, &quot;Y&quot;, and &quot;T&quot;. This is enough information for GrADS to decide to map those to LON, LAT, and TIME. Unfortunately, the actual grid latitude and longtidue values are 2-dimensional data values, and so the mapping returned by sdfopen is for the abstract grid, not the real lat/lon grid. Here is the relevant info from the ncdump output:</div>

<div><div><br></div><div>       float Latitude(Y, X) ;</div><div>                Latitude:standard_name = &quot;latitude&quot; ;</div><div>                Latitude:units = &quot;degrees_north&quot; ;</div><div>        float Longitude(Y, X) ;</div>

<div>                Longitude:standard_name = &quot;longitude&quot; ;</div><div>                Longitude:units = &quot;degrees_east&quot; ;</div></div><div><br></div><div>This is a curvilinear grid, so GrADS will not handle it properly without some intervention. Go ahead and &#39;display latitude&#39; after opening the file with sdfopen and you will see how the contours bend at high northern latitudes. If you are not interested in data that is northward of ~45N (the approximate latitude where the grid starts to curve), then you could truncate the grid and only look at the gridpoints where the grid values are rectilinear. Otherwise, you will need a PDEF file to interpolate. I have used ESMF&#39;s RegridWeightGen tool to do this for CMIP5 data that are on curvilinear grids. Details about that workflow are in <a href="ftp://cola.gmu.edu/pub/jma/cmip5" target="_blank">ftp://cola.gmu.edu/pub/jma/cmip5</a>. Depending on how ambitious you are, you can try to adapt these scripts to this data set. </div>

<div><br></div><div>--Jennifer</div><div><br></div><div><br></div><div><div><div><div><div><br></div><div>On Dec 17, 2013, at 5:50 AM, Anil Kumar Sharma wrote:</div><br></div></div><blockquote type="cite"><div>
<div><div dir="ltr"><b>Hi All,</b><div><b>This might be silly problem, but I am Stuck.</b></div><div><b>I have NetCDF file downloaded from <a href="http://nomads.ncep.noaa.gov/pub/data/nccf/com/rtofs/prod/rtofs.20131216/" target="_blank">NCEP </a>containing ocean current components. When I opened NetCDF using SDFOpen command in Grads</b></div>


<div><b><br></b></div><div><b>ga-&gt; sdfopen C:\t1\<a href="http://20131212_rtofs_glo_2ds_n024_daily_prog.nc/" target="_blank">20131212_rtofs_glo_2ds_n024_daily_prog.nc</a></b></div><div><b><br></b></div><div><b>It gave the text on screen</b></div>


<div><div style="font-weight:bold"><br></div><div>Scanning self-describing file:  C:\t1\<a href="http://20131212_rtofs_glo_2ds_n024_daily_prog.nc/" target="_blank">20131212_rtofs_glo_2ds_n024_daily_prog.nc</a></div><div>

SDF file C:\t1\<a href="http://20131212_rtofs_glo_2ds_n024_daily_prog.nc/" target="_blank">20131212_rtofs_glo_2ds_n024_daily_prog.nc</a> is open as file 1</div>
<div>LON set to <span style="background-color:rgb(255,255,0)">1 4500</span></div><div>LAT set to <span style="background-color:rgb(255,255,0)">1 3298</span></div><div>LEV set to 1 1</div><div>Time values set: 2013:12:10:0 2013:12:10:0</div>


<div>E set to 1 1</div>
<div><b><br></b></div><div><b>I can see LON value upto 4500, and LAT value upto 3298. </b></div><div><b><br></b></div><div><b>I want to plot current variables for</b></div><div><b>          longitude  -179 - 179 degree</b></div>


</div><div><b>          latitude -89 to 89 degree</b></div><div><br></div><div><div style="font-weight:bold">So what I need to change or How can I get this working??</div><div style="font-weight:bold">when I set these values using SET command </div>


<div><div>ga-&gt; set lon -179 179</div><div>LON set to -179 179</div><div>ga-&gt; set lat -89 89</div><div>LAT set to -89 89</div><div>ga-&gt; d skip(u_velocity,5,5);skip(v_velocity,5,5)</div></div><div style="font-weight:bold">


its gives me error </div></div><div><b><font color="#ff0000">Cannot contour grid - all undefined values.</font><br></b></div><div><br></div><div><br></div><div><b>Please lead me.</b></div><div><b><br></b></div><div><b>Thanks in Advance !!!</b></div>


<div><b><br></b></div><div><b>B/Regards,</b></div><div><b>Anil Kumar</b></div><div><b>Pune, India</b></div></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>

</blockquote></div><br><div>
<span style="font-size:12px"><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><br>
</div>
<br></div></div><br>_______________________________________________<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>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>----------------------------------------------------------------------<br><b><span style="color:rgb(0,102,0)">Regards,</span><br style="color:rgb(0,102,0)">

<br style="color:rgb(0,102,0)"><span style="color:rgb(0,102,0)">Anil Kumar,</span><br style="color:rgb(0,102,0)"><span style="color:rgb(0,102,0)">Software Developer</span><br style="color:rgb(0,102,0)"><span style="color:rgb(0,102,0)">SmartBuzzInc 17B, Chd<br>

<br></span></b><img src="http://www.smartbuzz.net/images/logo.gif" width="167" height="42"><br>
</div></div>