--- MITgcm/pkg/seaice/seaice_tracer_phys.F 2012/02/16 03:32:39 1.7 +++ MITgcm/pkg/seaice/seaice_tracer_phys.F 2012/12/27 23:05:47 1.9 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/pkg/seaice/seaice_tracer_phys.F,v 1.7 2012/02/16 03:32:39 jmc Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/pkg/seaice/seaice_tracer_phys.F,v 1.9 2012/12/27 23:05:47 gforget Exp $ C $Name: $ #include "SEAICE_OPTIONS.h" @@ -173,7 +173,6 @@ c "ice concentration" tracer: no specific process elseif (SItrName(iTr).EQ.'ridge') then c simple, made up, ice surface roughness index prototype -#ifndef SEAICE_GROWTH_LEGACY DO J=1,sNy DO I=1,sNx c ridging increases roughness @@ -187,13 +186,12 @@ SItracer(i,j,bi,bj,iTr)=SItracer(i,j,bi,bj,iTr)*tmpscal1 ENDDO ENDDO -#endif endif c 3) ice-ocean tracer exchange/mapping to external variables c ========================================================== #ifdef ALLOW_DIAGNOSTICS if (SItrMate(iTr).EQ.'HEFF') then - WRITE(diagName,'(A4,I2.2,A2)') 'SItr',iTr,'FX' + WRITE(diagName,'(A4,I2.2,A2)') 'SItr',iTr,'Fx' tmpscal1=-ONE/SEAICE_deltaTtherm*SEAICE_rhoIce CALL DIAGNOSTICS_SCALE_FILL(SItrBucket(1-OLx,1-OLy,bi,bj,iTr), & tmpscal1, 1, diagName,0,1,2,bi,bj,myThid)