Symbol Description Uses
SEAICE_areaLossFormula selects formula for ice cover loss from melt 1=from all but only melt conributions by ATM and OCN 2=from net melt-growth>0 by ATM and OCN 3=from predicted melt by ATM 10



File Line number Procedure Code
./pkg/seaice/SEAICE_PARAMS.h 259 NO PROCEDURE
      INTEGER SEAICE_areaLossFormula
./pkg/seaice/SEAICE_PARAMS.h 286 NO PROCEDURE
     &     SEAICE_areaLossFormula,
./pkg/seaice/seaice_check.F 100 SEAICE_CHECK
       IF ((SEAICE_areaLossFormula.LT.1).OR.
./pkg/seaice/seaice_check.F 101 SEAICE_CHECK
     &     (SEAICE_areaLossFormula.GT.3)) THEN
./pkg/seaice/seaice_check.F 110 SEAICE_CHECK
     &          (SEAICE_areaLossFormula.NE.3) ) ) THEN
./pkg/seaice/seaice_growth.F 1826 SEAICE_GROWTH
          IF (SEAICE_areaLossFormula.EQ.1) THEN
./pkg/seaice/seaice_growth.F 1830 SEAICE_GROWTH
          ELSEIF (SEAICE_areaLossFormula.EQ.2) THEN
./pkg/seaice/seaice_readparms.F 137 SEAICE_READPARMS
     & SEAICE_areaGainFormula, SEAICE_areaLossFormula,
./pkg/seaice/seaice_readparms.F 463 SEAICE_READPARMS
      SEAICE_areaLossFormula=1
./pkg/seaice/seaice_summary.F 455 SEAICE_SUMMARY
      buffI(1) = SEAICE_areaLossFormula