Symbol Description Uses
r_QbyOCN residual of a_QbyOCN after freezing/melting 11



File Line number Procedure Code
./pkg/seaice/seaice_growth.F 112 SEAICE_GROWTH
      _RL r_QbyOCN            (1:sNx,1:sNy)
./pkg/seaice/seaice_growth.F 266 SEAICE_GROWTH
          r_QbyOCN (I,J)             = 0.0 _d 0
./pkg/seaice/seaice_growth.F 724 SEAICE_GROWTH
           r_QbyOCN(i,j) = a_QbyOCN(i,j)
./pkg/seaice/seaice_growth.F 730 SEAICE_GROWTH
      CALL ZERO_ADJ_1D( sNx*sNy, r_QbyOCN, myThid)
./pkg/seaice/seaice_growth.F 749 SEAICE_GROWTH
          d_HEFFbyOCNonICE(I,J)=MAX(r_QbyOCN(i,j), -HEFF(I,J,bi,bj))
./pkg/seaice/seaice_growth.F 750 SEAICE_GROWTH
          r_QbyOCN(I,J)=r_QbyOCN(I,J)-d_HEFFbyOCNonICE(I,J)
./pkg/seaice/seaice_growth.F 914 SEAICE_GROWTH
          tmpscal1=MAX(r_QbyOCN(i,j)*ICE2SNOW, -HSNOW(I,J,bi,bj))
./pkg/seaice/seaice_growth.F 921 SEAICE_GROWTH
          r_QbyOCN(I,J)=r_QbyOCN(I,J)
./pkg/seaice/seaice_growth.F 944 SEAICE_GROWTH
            tmpscal1=r_QbyATM_open(I,J)+r_QbyOCN(i,j)