Symbol Description Uses
streamice_max_nl_iter 9



File Line number Procedure Code
./pkg/streamice/STREAMICE.h 100 NO PROCEDURE
     &     streamice_max_cg_iter, streamice_max_nl_iter,
./pkg/streamice/STREAMICE.h 108 NO PROCEDURE
      INTEGER streamice_max_cg_iter, streamice_max_nl_iter
./pkg/streamice/streamice_check.F 48 STREAMICE_CHECK
       CALL WRITE_0D_I( streamice_max_nl_iter, INDEX_NONE,
./pkg/streamice/streamice_init_varia.F 574 STREAMICE_INIT_VARIA
     &                           streamice_max_nl_iter,
./pkg/streamice/streamice_readparms.F 216 STREAMICE_READPARMS
      streamice_max_nl_iter = 100
./pkg/streamice/streamice_readparms.F 45 STREAMICE_READPARMS
     &     streamice_max_cg_iter, streamice_max_nl_iter,
./pkg/streamice/streamice_timestep.F 135 STREAMICE_TIMESTEP
     &                           streamice_max_nl_iter,
./pkg/streamice/streamice_timestep.F 145 STREAMICE_TIMESTEP
     &                           streamice_max_nl_iter,
./pkg/streamice/streamice_vel_solve_openad.F 227 STREAMICE_VEL_SOLVE_OPENAD
      if (nl_iter .lt. streamice_max_nl_iter) then