nf90mpi_get_var_all error code
Wei-Keng Liao
wkliao at northwestern.edu
Tue Mar 23 03:45:11 CDT 2021
API nf90mpi_strerror() can be used to obtain the error message, for example
err = nf90mpi_get_var_all(ncid, varid, buf, start, count)
write(6,*) "Error when calling nf90mpi_get_var_all ", trim(nf90mpi_strerror(err))
Error code -40 is constant NF90_EINVALCOORDS, which corresponds to the message below.
NetCDF: Index exceeds dimension bound
Check the argument "start" for invalid values used.
Wei-keng
On Mar 23, 2021, at 3:38 PM, Kihang Youn <kyoun at lenovo.com<mailto:kyoun at lenovo.com>> wrote:
Hi,
I try to read the contents of Netcdf file with nf90mpi_get_var_all, but I get an error code of -40.
I want to debug that content, how can I do it?
Please tell us if there is a way to find out what the error code means for each function.
Even a little thing you know will be of great help to me.
Best Regards,
Kihang
Kihang Youn(윤기항) - Application Analyst | Lenovo DCG Professional Services
Mobile: +82-10-9374-9396
E-mail: kyoun at lenovo.com<mailto:kyoun at lenovo.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/parallel-netcdf/attachments/20210323/aa21c5d6/attachment.html>
More information about the parallel-netcdf
mailing list