/[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.12 by dgoldberg, Thu Mar 7 15:23:19 2013 UTC revision 1.13 by dgoldberg, Sat Jun 8 22:15:34 2013 UTC
# Line 66  c************************************** Line 66  c**************************************
66            rv_old_si(i,j,bi,bj) = 0. _d 0            rv_old_si(i,j,bi,bj) = 0. _d 0
67            zu_old_si(i,j,bi,bj) = 0. _d 0            zu_old_si(i,j,bi,bj) = 0. _d 0
68            zv_old_si(i,j,bi,bj) = 0. _d 0            zv_old_si(i,j,bi,bj) = 0. _d 0
69            h_after_uflux_si(i,j,bi,bj) = 0. _d 0  !          h_after_uflux_si(i,j,bi,bj) = 0. _d 0
70  #ifdef STREAMICE_HYBRID_STRESS  #ifdef STREAMICE_HYBRID_STRESS
71            streamice_taubx (i,j,bi,bj) = 0. _d 0            streamice_taubx (i,j,bi,bj) = 0. _d 0
72            streamice_tauby (i,j,bi,bj) = 0. _d 0            streamice_tauby (i,j,bi,bj) = 0. _d 0
# Line 109  c************************************** Line 109  c**************************************
109       & ("surf_el_init","",surf_el_streamice,0,myThid)       & ("surf_el_init","",surf_el_streamice,0,myThid)
110        endif        endif
111        CALL STREAMICE_VELMASK_UPD (myThid)        CALL STREAMICE_VELMASK_UPD (myThid)
112    
113    #ifdef ALLOW_STREAMICE_FLUX_CONTROL
114          CALL STREAMICE_APPLY_FLUX_CTRL ( myTime, myIter, myThid )
115    #endif      
116    
117        CALL STREAMICE_VEL_SOLVE( myThid )        CALL STREAMICE_VEL_SOLVE( myThid )
118                
119        if(.not.STREAMICE_diagnostic_only) THEN        if(.not.STREAMICE_diagnostic_only) THEN
120    
121         CALL STREAMICE_ADVECT_THICKNESS ( myThid, deltaT )           CALL STREAMICE_ADVECT_THICKNESS ( myThid, myIter, deltaT )  
122    
123        endif        endif
124    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22