| 173 | 
 c "ice concentration" tracer: no specific process | 
 c "ice concentration" tracer: no specific process | 
| 174 | 
       elseif (SItrName(iTr).EQ.'ridge') then | 
       elseif (SItrName(iTr).EQ.'ridge') then | 
| 175 | 
 c simple, made up, ice surface roughness index prototype | 
 c simple, made up, ice surface roughness index prototype | 
 | 
 #ifndef SEAICE_GROWTH_LEGACY | 
  | 
| 176 | 
        DO J=1,sNy | 
        DO J=1,sNy | 
| 177 | 
         DO I=1,sNx | 
         DO I=1,sNx | 
| 178 | 
 c ridging increases roughness | 
 c ridging increases roughness | 
| 186 | 
           SItracer(i,j,bi,bj,iTr)=SItracer(i,j,bi,bj,iTr)*tmpscal1 | 
           SItracer(i,j,bi,bj,iTr)=SItracer(i,j,bi,bj,iTr)*tmpscal1 | 
| 187 | 
         ENDDO | 
         ENDDO | 
| 188 | 
        ENDDO | 
        ENDDO | 
 | 
 #endif | 
  | 
| 189 | 
       endif | 
       endif | 
| 190 | 
 c 3) ice-ocean tracer exchange/mapping to external variables | 
 c 3) ice-ocean tracer exchange/mapping to external variables | 
| 191 | 
 c ========================================================== | 
 c ========================================================== |