Symbol Description Uses
errMsg error message to print in case it stops 3



File Line number Procedure Code
./eesupp/src/stop_if_error.F 10 STOP_IF_ERROR
      SUBROUTINE STOP_IF_ERROR( errFlag, errMsg, myThid )
./eesupp/src/stop_if_error.F 37 STOP_IF_ERROR
      CHARACTER*(*) errMsg
./eesupp/src/stop_if_error.F 60 STOP_IF_ERROR
        IF ( errFlag ) CALL PRINT_ERROR( errMsg, myThid )