European Space Agency

European Space Agency

Royal Belgian Institute for Aeronomy

Royal Belgian Institute for Aeronomy

../_images/whiteSpace.png

ut980 - print the error messages

subroutine  ut980(lcall, kfail, kunit, ifail)
Parameters:
  • lcall [character(*),in] :: Subroutine name.

  • kfail [integer4,in] :: Error code.

  • kunit [integer4,in] :: File unit for output message (see note of ut990()).

  • ifail [integer4,out] :: error flag (see Diagnostics)

Description

The subroutine ut980() provides basic information on error flags returned by a subroutine of the UNILIB library. The subroutine takes as input the name of a subroutine (e.g. um530()) and an error code (e.g. -53101).

History

  • Since the diagnostic data base was out of date, the subroutine ut980() has been reviewed in version 2.01, and, the error messages have been simplified.

Diagnostics

  • -98001, invalid value of the argument lcall

  • -98002, invalid error code

  • -98004, error with output device

  • -98005, invalid value of argument lcall

  • -98006, incorrect name of subroutine

  • -98007, error on output device

Common Blocks

None

Dependencies

Called by

None

Calls

None

See also

None

Reported Bugs

None

Examples

None


UNILIB/tags/v3.02