<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"MS Gothic";
        panose-1:2 11 6 9 7 2 5 8 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@MS Gothic";
        panose-1:2 11 6 9 7 2 5 8 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
span.tgt
        {mso-style-name:tgt;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Hello Nanjian,<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">I can’t reproduce the error. Using the code attached below, I’m able to generate the attached map. I’m using the latest ECCOv4-py from
<a href="https://github.com/ECCO-GROUP/ECCOv4-py.git">https://github.com/ECCO-GROUP/ECCOv4-py.git</a> and cartopy Version 0.18.0.
<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Your screen capture only shows part of the error message. It would be helpful if you could post the complete error message.
<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Regards,<o:p></o:p></p>
<p class="MsoNormal">Ou <o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">#!/usr/bin/env python3<o:p></o:p></p>
<p class="MsoNormal"># -*- coding: utf-8 -*-<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">import xarray as xr<o:p></o:p></p>
<p class="MsoNormal">import matplotlib.pylab as plt<o:p></o:p></p>
<p class="MsoNormal">import sys<o:p></o:p></p>
<p class="MsoNormal">sys.path.append('~/modules/ECCOv4-py/')<o:p></o:p></p>
<p class="MsoNormal">import ecco_v4_py as ecco<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">grid_dir='./V4grid/'<o:p></o:p></p>
<p class="MsoNormal">grid_nm='ECCO-GRID.nc'<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">plt.figure(figsize=(12,6))<o:p></o:p></p>
<p class="MsoNormal">ecco_ds=xr.open_dataset(grid_dir&#43;grid_nm)<o:p></o:p></p>
<p class="MsoNormal">lat=20<o:p></o:p></p>
<p class="MsoNormal">ones=xr.ones_like(ecco_ds.YC)<o:p></o:p></p>
<p class="MsoNormal">dome_maskc=ones.where(ecco_ds.YC&gt;lat,0)<o:p></o:p></p>
<p class="MsoNormal">ecco.plot_proj_to_latlon_grid(ecco_ds.XC, ecco_ds.YC, dome_maskc,<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; projection_type='robin',cmap='viridis')<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:12.0pt;color:black">From: </span></b><span style="font-size:12.0pt;color:black">&lt;ecco-support-bounces@mit.edu&gt; on behalf of
</span><span style="font-size:12.0pt;font-family:&quot;MS Gothic&quot;;color:black">刘南健</span><span style="font-size:12.0pt;color:black"> &lt;liunanjian20@mails.ucas.ac.cn&gt;<br>
<b>Reply-To: </b>&quot;ECCO support list, wider membership&quot; &lt;ecco-support@mit.edu&gt;<br>
<b>Date: </b>Thursday, April 15, 2021 at 9:45 PM<br>
<b>To: </b>&quot;ecco-support@mit.edu&quot; &lt;ecco-support@mit.edu&gt;<br>
<b>Subject: </b>[EXTERNAL] [ecco-support] Confusion about the ECCO Python package<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<p><span class="tgt"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:#333333;background:#F7F8FA">Dear teacher, I am a postgraduate student from the University of Chinese Academy of Sciences. Recently, I have encountered some problems when
 using the ECCO package, so I am writing this email to consult with you.It worked well when I used it before, but I found that it didn't work in recent days. The problem is in the ECCO.PLOT_PROJ_TO_LATLON_GRID section. Let me show it with a screenshot.I also
 looked for some solutions on the Internet, but they didn't work out. So I'm sorry to bother you</span></span>
<o:p></o:p></p>
<p><img border="0" width="1785" height="795" style="width:18.5937in;height:8.2812in" id="_x0000_i1025" src="cid:image001.png@01D73248.8CF8D1F0"><o:p></o:p></p>
</div>
</body>
</html>