39 |
CALL PRINT_MESSAGE(msgBuf,standardMessageUnit, |
CALL PRINT_MESSAGE(msgBuf,standardMessageUnit, |
40 |
& SQUEEZE_RIGHT,myThid) |
& SQUEEZE_RIGHT,myThid) |
41 |
|
|
42 |
if ( nDarwin .GT. PTRACERS_num ) THEN |
if ( nDarwin .GT. PTRACERS_numInUse ) THEN |
43 |
WRITE(msgBuf,'(A,I5,A,I5)') |
WRITE(msgBuf,'(A,I5,A,I5)') |
44 |
& 'MONOD_CHECK: ERROR: nDarwin > PTRACERS_num: ', |
& 'MONOD_CHECK: ERROR: nDarwin > PTRACERS_numInUse: ', |
45 |
& nDarwin,' vs ',PTRACERS_num |
& nDarwin,' vs ',PTRACERS_numInUse |
46 |
CALL PRINT_ERROR( msgBuf , 1) |
CALL PRINT_ERROR( msgBuf , 1) |
47 |
STOP 'ABNORMAL END: S/R MONOD_CHECK' |
STOP 'ABNORMAL END: S/R MONOD_CHECK' |
48 |
ENDIF |
ENDIF |