<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div class="">API nf90mpi_strerror() can be used to obtain the error message, for example</div>
<div class=""><br class="">
</div>
<div class="">  err = nf90mpi_get_var_all(ncid, varid, buf, start, count)<br class="">
  write(6,*) "Error when calling nf90mpi_get_var_all ", trim(nf90mpi_strerror(err))</div>
<div class=""><br class="">
</div>
<div class="">Error code -40 is constant NF90_EINVALCOORDS, which corresponds to the message below.<br class="">
   NetCDF: Index exceeds dimension bound</div>
<div class="">
<div class=""><br class="webkit-block-placeholder">
</div>
<div class="">Check the argument "start" for invalid values used.</div>
<div class=""><br class="">
</div>
<div class="">Wei-keng </div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Mar 23, 2021, at 3:38 PM, Kihang Youn <<a href="mailto:kyoun@lenovo.com" class="">kyoun@lenovo.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; background-color: rgb(255, 255, 255);" class="">
<br class="Apple-interchange-newline">
Hi,
<div class=""><br class="">
</div>
<div class="">I try to read the contents of Netcdf file with nf90mpi_get_var_all, but I get an error code of -40.</div>
<div class="">I want to debug that content, how can I do it? </div>
<div class="">Please tell us if there is a way to find out what the error code means for each function.</div>
Even a little thing you know will be of great help to me.<br class="">
</div>
<div style="caret-color: rgb(0, 0, 0); font-family: Monaco; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class="">
<br class="">
</div>
<div id="Signature" class="">
<div class="">
<div class=""></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class="">
Best Regards,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class="">
Kihang<br class="">
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class="">
<br class="">
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class="">
<span style="color: rgb(12, 100, 192);" class=""><b class="">Kihang Youn(윤기항)</b></span> - Application Analyst | Lenovo DCG <span class="">Professional Services</span>
<div class="">Mobile: +82-10-9374-9396<br class="">
</div>
E-mail:<span class="Apple-converted-space"> </span><a href="mailto:kyoun@lenovo.com" class="">kyoun@lenovo.com</a></div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>