334 |
|
|
335 |
C make sure we have reserved enough space in Ptracers |
C make sure we have reserved enough space in Ptracers |
336 |
IF ( nCompZooMax .LT. 4 ) THEN |
IF ( nCompZooMax .LT. 4 ) THEN |
337 |
|
#ifndef ONLY_P_CYCLE |
338 |
WRITE(msgBuf,'(A,A,I3)') |
WRITE(msgBuf,'(A,A,I3)') |
339 |
& 'MONOD_INIT_FIXED: ERROR: 4 zooplankton components, but ', |
& 'MONOD_INIT_FIXED: ERROR: 4 zooplankton components, but ', |
340 |
& 'nCompZooMax = ', nCompZooMax |
& 'nCompZooMax = ', nCompZooMax |
341 |
CALL PRINT_ERROR( msgBuf , 1) |
CALL PRINT_ERROR( msgBuf , 1) |
342 |
STOP 'ABNORMAL END: S/R MONOD_INIT_FIXED' |
STOP 'ABNORMAL END: S/R MONOD_INIT_FIXED' |
343 |
|
#endif |
344 |
ENDIF |
ENDIF |
345 |
DO nz = 1,nzmax |
DO nz = 1,nzmax |
346 |
iZooP (nz) = iZoo + (nz-1)*strideTypeZoo |
iZooP (nz) = iZoo + (nz-1)*strideTypeZoo |