<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hei Olivia,</div><div><br></div><div>Just for plotting, try something like:</div><div><br></div><div>   lon=[-179.9:0.5:179.9]; lat=[-89.9:0.5:89.9]; % Random regular grid. Change as appropriate<br>   [lat,lon] = meshgrid(lat,lon);<br>   interp=gcmfaces_interp_coeffs(lon(:),lat(:));</div><div>%Assume fld is your field of interest<br></div><div>    tmpVec=convert2vector(fld);<br>    tmp0=1*~isnan(tmpVec);<br>    tmp1(isnan(tmpVec))=0;<br>%<br>    tmp0=interp.SPM*tmp0;<br>    tmpVec=interp.SPM*tmpVec;<br></div><div>% Interpolated field you can save:<br></div><div>    fldRegular=reshape(tmpVec./tmp0,size(lon));<br></div><div><br></div><div>Hope this is useful for you. NB: For doing anything other than plotting I would be a bit careful.<br></div><div><br></div><div>Gael Forget is developing some Julia tools, and there are some nice python tutorials online here: <a href="https://ecco-v4-python-tutorial.readthedocs.io/">https://ecco-v4-python-tutorial.readthedocs.io/</a></div><div>(Including plotting! I would go here to avoid interpolation... ;))<br></div><div><br></div><div>Happy weekend!</div><div><br></div><div>Maike  <br></div><div><br></div><div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><b>____________<br></b></div><div><b>Maike Sonnewald</b></div><div>Postdoctoral Associate</div><div><br></div><div><div><i>Earth, Atmospheric and Planetary Sciences</i></div></div><div>Massachusetts Institute of Technology</div><div>Visitor Harvard University</div><div><br></div><div><a href="http://msonnewald.com" target="_blank">msonnewald.com<br></a></div><br></div></div></div></div></div></div></div><br></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 25, 2019 at 5:51 PM ogozdz &lt;<a href="mailto:ogozdz@masonlive.gmu.edu">ogozdz@masonlive.gmu.edu</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div id="gmail-m_-3489947497712616293divtagdefaultwrapper" style="font-size:12pt;color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif" dir="ltr">
<p style="margin-top:0px;margin-bottom:0px">Hi All,</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">I am a Ph.D. student and I am currently trying to plot a gcmfaces object in python. I did a statistical calculation in MatLab and am trying to write my variable to a netCDF file to plot in python. I was wondering if there
 is a way to interpolate/convert the grid in MatLab so I can write a netCDF file where the variable is consistent with (mygrid.LATS [-90 to 90], mygrid.LONS [0 to 360]). Please let me know if you have any advice on how to proceed with this issue. I have read
 the documentation on ECCO in python, but nothing addresses this question in that documentation. Looking forward to hearing from you.</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">Thank you,</p>
<p style="margin-top:0px;margin-bottom:0px">Olivia Gozdz</p>
</div>
</div>

_______________________________________________<br>
ecco-support mailing list<br>
<a href="mailto:ecco-support@mit.edu" target="_blank">ecco-support@mit.edu</a><br>
<a href="http://mailman.mit.edu/mailman/listinfo/ecco-support" rel="noreferrer" target="_blank">http://mailman.mit.edu/mailman/listinfo/ecco-support</a><br>
</blockquote></div>