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

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

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

revision 1.22 by cnh, Fri Nov 6 22:44:49 1998 UTC revision 1.23 by adcroft, Tue Dec 8 19:44:29 1998 UTC
# Line 139  C--    Step forward all tiles, filter an Line 139  C--    Step forward all tiles, filter an
139         CALL TIMER_STOP ('SHAP_FILT          [MAIN LOOP]',myThid)         CALL TIMER_STOP ('SHAP_FILT          [MAIN LOOP]',myThid)
140  #endif  #endif
141    
142    C--    Set Open Boundaries Values
143           IF (openBoundaries) THEN
144            CALL TIMER_START('OBCS               [MAIN LOOP]',myThid)
145            CALL SET_OBCS( myCurrentTime, myThid )
146            CALL TIMER_STOP ('OBCS               [MAIN LOOP]',myThid)
147           ENDIF
148    
149  C--    Step forward fields and calculate time tendency terms  C--    Step forward fields and calculate time tendency terms
150         CALL TIMER_START('DYNAMICS           [MAIN LOOP]',myThid)         CALL TIMER_START('DYNAMICS           [MAIN LOOP]',myThid)
# Line 207  C--   Final checkpoint (incase the in-lo Line 213  C--   Final checkpoint (incase the in-lo
213       & WRITE_CHECKPOINT( .TRUE., myCurrentTime, myCurrentIter, myThid )       & WRITE_CHECKPOINT( .TRUE., myCurrentTime, myCurrentIter, myThid )
214        CALL TIMER_STOP ('I/O (WRITE)         [SPIN-DOWN]',myThid)        CALL TIMER_STOP ('I/O (WRITE)         [SPIN-DOWN]',myThid)
215    
216    C--   Set Open Boundaries Values
217          IF (openBoundaries) THEN
218           CALL TIMER_START('OBCS               [SPIN_DOWN]',myThid)
219           CALL SET_OBCS( myCurrentTime, myThid )
220           CALL TIMER_STOP ('OBCS               [SPIN_DOWN]',myThid)
221          ENDIF
222    
223  C--   Step-forward U/V/Theta/Salt for purposes of final I/O dump  C--   Step-forward U/V/Theta/Salt for purposes of final I/O dump
224        CALL TIMER_START('DYNAMICS            [SPIN-DOWN]',myThid)        CALL TIMER_START('DYNAMICS            [SPIN-DOWN]',myThid)
225        CALL DYNAMICS( myCurrentTime, myCurrentIter, myThid )        CALL DYNAMICS( myCurrentTime, myCurrentIter, myThid )

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

  ViewVC Help
Powered by ViewVC 1.1.22