/[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.2 by stephd, Wed Oct 5 20:37:23 2011 UTC revision 1.4 by jahn, Wed Nov 9 23:34:17 2011 UTC
# Line 269  c grazing exponential 1= holling 2, 2=ho Line 269  c grazing exponential 1= holling 2, 2=ho
269  c set zoo mortality  c set zoo mortality
270         ZoomortSmall = 1.0 _d 0/(30.0 _d 0*pday)         ZoomortSmall = 1.0 _d 0/(30.0 _d 0*pday)
271         ZoomortBig = 1.0 _d 0/(30.0 _d 0*pday)         ZoomortBig = 1.0 _d 0/(30.0 _d 0*pday)
272           ZoomortSmall2 = 0. _d 0
273           ZoomortBig2 = 0. _d 0
274  c set zoo exportfrac  c set zoo exportfrac
275         ZooexfacSmall = 0.2 _d 0         ZooexfacSmall = 0.2 _d 0
276         ZooexfacBig = 0.7 _d 0         ZooexfacBig = 0.7 _d 0
# Line 336  c diver3 - fraction of biomass to count Line 338  c diver3 - fraction of biomass to count
338          diver_thresh3=.999 _d 0          diver_thresh3=.999 _d 0
339  c diver4 - fraction of maximum species  c diver4 - fraction of maximum species
340          diver_thresh4=1 _d -5          diver_thresh4=1 _d -5
341    c threshold on total biomass for contributing to Shannon and Simpson ind
342    c (these become large at very small biomass)
343            shannon_thresh = 1 _d -8   ! mmol P m-3
344  #endif  #endif
345    
346  c set up diagnostics  c set up diagnostics

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22