/[MITgcm]/MITgcm_contrib/darwin2/pkg/monod/monod_init_fixed.F
ViewVC logotype

Diff of /MITgcm_contrib/darwin2/pkg/monod/monod_init_fixed.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.8 by stephd, Thu Jul 26 18:05:34 2012 UTC revision 1.9 by stephd, Thu Jul 26 21:40:10 2012 UTC
# Line 334  c sinking rate for particulate matter (m Line 334  c sinking rate for particulate matter (m
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

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22