SABER
|
Public Member Functions | |
subroutine | netcdf_strerror (mpl, subr, ncid, info, hint, hint_id) |
Handle error. More... | |
Definition at line 244 of file tools_netcdf.F90.
subroutine tools_netcdf::strerror::netcdf_strerror | ( | type(mpl_type), intent(inout) | mpl, |
character(len=*), intent(in) | subr, | ||
integer, intent(in) | ncid, | ||
integer, intent(in) | info, | ||
character(len=*), intent(in), optional | hint, | ||
integer, intent(in), optional | hint_id | ||
) |
Handle error.
[in,out] | mpl | MPI data |
[in] | subr | Calling subroutine |
[in] | ncid | File ID |
[in] | info | Info index |
[in] | hint_id | Hint ID |
Definition at line 3493 of file tools_netcdf.F90.