/[MITgcm]/MITgcm_contrib/dgoldberg/streamice/adstreamice_cg_solve.F
ViewVC logotype

Diff of /MITgcm_contrib/dgoldberg/streamice/adstreamice_cg_solve.F

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

revision 1.2 by dgoldberg, Wed Jul 25 23:11:27 2012 UTC revision 1.3 by dgoldberg, Thu Jul 26 16:13:18 2012 UTC
# Line 77  C     LOCAL VARIABLES Line 77  C     LOCAL VARIABLES
77        _RL dot_p1_tile (nSx,nSy)        _RL dot_p1_tile (nSx,nSy)
78        _RL dot_p2_tile (nSx,nSy)        _RL dot_p2_tile (nSx,nSy)
79        _RL ad_tolerance        _RL ad_tolerance
80          CHARACTER*(MAX_LEN_MBUF) msgBuf
81    
82  !       iters = streamice_max_cg_iter  !       iters = streamice_max_cg_iter
83    
84  #ifdef ALLOW_STREAMICE  #ifdef ALLOW_STREAMICE
85    
86          WRITE(msgBuf,'(A)') 'CALLING MANUAL CG ADJOINT'
87        PRINT *, "CALLING MANUAL CG ADJOINT"         CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
88         &                     SQUEEZE_RIGHT , 1)
89          
90    
91        conv_flag = 0        conv_flag = 0
92        ad_tolerance = 1.e-14        ad_tolerance = 1.e-14
# Line 645  c     if iters has reached max_iters the Line 648  c     if iters has reached max_iters the
648        ENDDO        ENDDO
649    
650    
651        PRINT *, "DONE WITH MANUAL CG ADJOINT:",tmpiter,"ITERS"        WRITE(msgBuf,'(A,I5,A)') 'DONE WITH MANUAL CG ADJOINT:',tmpiter,
652         & 'ITERS'
653           CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
654         &                     SQUEEZE_RIGHT , 1)
655          
656    
657  #endif  #endif
658        RETURN        RETURN

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22