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

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

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

revision 1.2 by jahn, Thu Sep 22 15:56:30 2011 UTC revision 1.3 by jahn, Tue Oct 11 18:10:55 2011 UTC
# Line 931  c            endif Line 931  c            endif
931  c  c
932  #ifdef IRON_SED_SOURCE  #ifdef IRON_SED_SOURCE
933  c only above minimum depth (continental shelf)  c only above minimum depth (continental shelf)
934               if (rF(k).lt.depthfesed) then               if (rF(k).gt.-depthfesed) then
935  c only if bottom layer  c only if bottom layer
936                 if (bottom.eq.1.0 _d 0) then                 if (bottom.eq.1.0 _d 0) then
937  #ifdef IRON_SED_SOURCE_VARIABLE  #ifdef IRON_SED_SOURCE_VARIABLE

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

  ViewVC Help
Powered by ViewVC 1.1.22