48 |
_RL dot_p1, dot_p2, alpha_k, beta_k, resid, resid_0 |
_RL dot_p1, dot_p2, alpha_k, beta_k, resid, resid_0 |
49 |
_RL dot_p1_tile (nSx,nSy) |
_RL dot_p1_tile (nSx,nSy) |
50 |
_RL dot_p2_tile (nSx,nSy) |
_RL dot_p2_tile (nSx,nSy) |
51 |
|
CHARACTER*(MAX_LEN_MBUF) msgBuf |
52 |
|
|
53 |
iters = streamice_max_cg_iter |
iters = streamice_max_cg_iter |
54 |
|
|
189 |
|
|
190 |
c ! initially, b-grid data is valid up to 3 halo nodes out -- right? (check for MITgcm!!) |
c ! initially, b-grid data is valid up to 3 halo nodes out -- right? (check for MITgcm!!) |
191 |
|
|
192 |
print *, "BEGINNING MAIN CG LOOP" |
WRITE(msgBuf,'(A)') 'BEGINNING MAIN CG LOOP' |
193 |
|
CALL PRINT_MESSAGE( msgBuf, standardMessageUnit, |
194 |
|
& SQUEEZE_RIGHT , 1) |
195 |
|
|
196 |
! IF(STREAMICE_construct_matrix) CALL STREAMICE_CG_MAKE_A(myThid) |
! IF(STREAMICE_construct_matrix) CALL STREAMICE_CG_MAKE_A(myThid) |
197 |
|
|