Next: NF90_INQUIRE_VARIABLE, Previous: NF90_DEF_VAR_ENDIAN, Up: Variables
NF90_INQ_VAR_ENDIANThe function NF90_INQ_VAR_ENDIAN returns the endianness settings for a variable in a netCDF-4 file.
function nf90_inq_var_endian(ncid, varid, endian)
integer, intent(in) :: ncid
integer, intent(in) :: varid
integer, intent(out) :: endian
integer :: nf90_inq_var_endian
NCIDVARIDENDIANNF90_INQ_VAR_ENDIAN returns the value NF90_NOERR if no errors occurred. Otherwise, the returned status indicates an error.
Possible return codes include:
NF90_NOERRNF90_BADIDNF90_ENOTNC4NF90_ENOTVAR