/[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.9 by stephd, Thu Jul 26 21:40:10 2012 UTC revision 1.11 by jahn, Thu May 1 16:19:32 2014 UTC
# Line 39  C     /--------------------------------- Line 39  C     /---------------------------------
39  C     |  initialise common block biochemical parameters               |  C     |  initialise common block biochemical parameters               |
40  C     \--------------------------------------------------------------/  C     \--------------------------------------------------------------/
41    
42          _BEGIN_MASTER(myThid)
43    
44        WRITE(msgBuf,'(A)')        WRITE(msgBuf,'(A)')
45       &'// ======================================================='       &'// ======================================================='
46        CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,        CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
# Line 238  c set nutrient ratios for phyto Line 240  c set nutrient ratios for phyto
240         val_R_PC=120.0 _d 0         val_R_PC=120.0 _d 0
241         val_R_PICPOC=0.8 _d 0         val_R_PICPOC=0.8 _d 0
242  #endif  #endif
243    #ifdef FIX_ZOO_QUOTAS
244           val_R_NP_zoo=val_R_NP
245           val_RFeP_zoo=val_RFeP
246           val_R_SiP_zoo=0.0 _d 0
247           val_R_PC_zoo=val_R_PC
248    #endif
249  c  c
250  #ifdef OLD_GRAZE  #ifdef OLD_GRAZE
251  c grazing hlaf saturation  c grazing hlaf saturation
# Line 397  COJ set up diagnostics Line 405  COJ set up diagnostics
405  #endif /* ALLOW_DIAGNOSTICS */  #endif /* ALLOW_DIAGNOSTICS */
406  COJ  COJ
407    
408          _END_MASTER(myThid)
409    
410          RETURN
411          RETURN        END
         END  
412  C============================================================================  C============================================================================
413  #endif  #endif
414  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.22