/[MITgcm]/MITgcm/model/src/do_the_model_io.F
ViewVC logotype

Diff of /MITgcm/model/src/do_the_model_io.F

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

revision 1.22 by cnh, Wed Sep 26 18:09:14 2001 UTC revision 1.22.4.1 by dimitri, Fri Jan 31 05:06:50 2003 UTC
# Line 96  C--   Do KPP diagnostics. Line 96  C--   Do KPP diagnostics.
96       & CALL KPP_DO_DIAGS( myCurrentTime, myIter, myThid )       & CALL KPP_DO_DIAGS( myCurrentTime, myIter, myThid )
97  #endif  #endif
98    
99    #ifdef ALLOW_SBO
100    C--   Do SBO diagnostics.
101          IF (useSBO) THEN
102             CALL SBO_CALC ( myCurrentTime, myIter, myThid )
103             CALL SBO_DIAGS( myCurrentTime, myIter, myThid )
104          ENDIF
105    #endif
106    
107        RETURN        RETURN
108        END        END
109    

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.22.4.1

  ViewVC Help
Powered by ViewVC 1.1.22