/[MITgcm]/MITgcm/pkg/seaice/seaice_jfnk.F
ViewVC logotype

Diff of /MITgcm/pkg/seaice/seaice_jfnk.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6 by mlosch, Wed Nov 7 10:08:25 2012 UTC revision 1.7 by mlosch, Fri Nov 9 12:56:00 2012 UTC
# Line 240  C     FGMRES returns iCode either asking Line 240  C     FGMRES returns iCode either asking
240  C     or product of matrix (Jacobian) times vector. For iCode = 0, terminate  C     or product of matrix (Jacobian) times vector. For iCode = 0, terminate
241  C     iteration  C     iteration
242           IF (iCode.EQ.1) THEN           IF (iCode.EQ.1) THEN
243  C     Call preconditioner  C     Call preconditioner
244            CALL SEAICE_PRECONDITIONER(            IF ( SOLV_MAX_ITERS .GT. 0 )
245         &         CALL SEAICE_PRECONDITIONER(
246       U         duIce, dvIce,       U         duIce, dvIce,
247       I         zetaPre, etaPre, dwatPre, pressPre,       I         zetaPre, etaPre, dwatPre, pressPre,
248       I         newtonIter, krylovIter, myTime, myIter, myThid )       I         newtonIter, krylovIter, myTime, myIter, myThid )

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22