/[MITgcm]/MITgcm_contrib/dgoldberg/streamice/streamice_solo_timestep.F
ViewVC logotype

Diff of /MITgcm_contrib/dgoldberg/streamice/streamice_solo_timestep.F

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

revision 1.3 by dgoldberg, Thu Jul 26 16:13:18 2012 UTC revision 1.5 by dgoldberg, Tue Sep 18 17:06:48 2012 UTC
# Line 139  c************************************** Line 139  c**************************************
139        WRITE(msgBuf,'(A,I10.10,E9.2,A)')        WRITE(msgBuf,'(A,I10.10,E9.2,A)')
140       &  'streamice solo_time_step: nIter',       &  'streamice solo_time_step: nIter',
141       &  myIter, myTime/86400.0/365.0, 'seconds'       &  myIter, myTime/86400.0/365.0, 'seconds'
   
142        CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,        CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
143       &                   SQUEEZE_RIGHT , 1)       &                   SQUEEZE_RIGHT , 1)
144    
145          CALL STREAMICE_DUMP( mytime, myiter, myThid )
146    
147        CALL STREAMICE_VELMASK_UPD (myThid)        CALL STREAMICE_VELMASK_UPD (myThid)
148        CALL STREAMICE_UPD_FFRAC_UNCOUPLED ( myThid )        CALL STREAMICE_UPD_FFRAC_UNCOUPLED ( myThid )
149        CALL STREAMICE_VEL_SOLVE( myThid )        CALL STREAMICE_VEL_SOLVE( myThid )
150  !       endif  !       endif
151    
152    
153        CALL STREAMICE_ADVECT_THICKNESS ( myThid, deltaT )          if(.not.STREAMICE_diagnostic_only) THEN
154    
155           CALL STREAMICE_ADVECT_THICKNESS ( myThid, deltaT )  
156    
157          endif
158                
159    
160  !       enddo  !       enddo

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

  ViewVC Help
Powered by ViewVC 1.1.22