Symbol Description Uses
SEAICEnonLinIterMax number of allowed non-linear solver iterations 18



File Line number Procedure Code
./pkg/seaice/SEAICE_PARAMS.h 245 NO PROCEDURE
      INTEGER SEAICEnonLinIterMax, SEAICElinearIterMax
./pkg/seaice/SEAICE_PARAMS.h 270 NO PROCEDURE
     &     SEAICEnonLinIterMax, SEAICElinearIterMax,
./pkg/seaice/seaice_check.F 409 SEAICE_CHECK
      IF ( SEAICEnonLinIterMax .GT. MPSEUDOTIMESTEPS ) THEN
./pkg/seaice/seaice_check.F 415 SEAICE_CHECK
     &  MPSEUDOTIMESTEPS, SEAICEnonLinIterMax
./pkg/seaice/seaice_jfnk.F 184 SEAICE_JFNK
      DO WHILE ( newtonIter.LT.SEAICEnonLinIterMax .AND.
./pkg/seaice/seaice_jfnk.F 303 SEAICE_JFNK
     &        SEAICEnonLinIterMax*(myIter-nIter0)+newtonIter
./pkg/seaice/seaice_jfnk.F 364 SEAICE_JFNK
       IF ( newtonIter .EQ. SEAICEnonLinIterMax ) THEN
./pkg/seaice/seaice_jfnk.F 438 SEAICE_JFNK
       IF ( newtonIter .EQ. SEAICEnonLinIterMax ) THEN
./pkg/seaice/seaice_krylov.F 122 SEAICE_KRYLOV
      picardIterMax       = SEAICEnonLinIterMax
./pkg/seaice/seaice_lsr.F 169 SEAICE_LSR
      nonLinIterLoc = SEAICEnonLinIterMax
./pkg/seaice/seaice_readparms.F 122 SEAICE_READPARMS
     & SEAICEnonLinIterMax, SEAICElinearIterMax, SEAICEnonLinTol,
./pkg/seaice/seaice_readparms.F 486 SEAICE_READPARMS
      SEAICEnonLinIterMax = UNSET_I
./pkg/seaice/seaice_readparms.F 810 SEAICE_READPARMS
      IF ( SEAICEnonLinIterMax .EQ. UNSET_I ) THEN
./pkg/seaice/seaice_readparms.F 813 SEAICE_READPARMS
       IF ( SEAICEuseLSR ) SEAICEnonLinIterMax = 2
./pkg/seaice/seaice_readparms.F 814 SEAICE_READPARMS
       IF ( SEAICEuseJFNK.OR.SEAICEuseKrylov ) SEAICEnonLinIterMax = 10
./pkg/seaice/seaice_readparms.F 818 SEAICE_READPARMS
     &     SEAICEnonLinIterMax = MAX(SEAICEnonLinIterMax,2)
./pkg/seaice/seaice_summary.F 229 SEAICE_SUMMARY
       CALL WRITE_0D_I ( SEAICEnonLinIterMax,  INDEX_NONE,