Changeset 10193
- Timestamp:
- 2018-10-15T12:31:58+02:00 (6 years ago)
- Location:
- NEMO/branches/2018/dev_r10190_ice_thd_zdf/src/ICE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2018/dev_r10190_ice_thd_zdf/src/ICE/icethd.F90
r10069 r10193 212 212 END DO 213 213 214 IF( lk_mpp ) CALL mpp_ini_ice( npti , numout )215 216 214 IF( npti > 0 ) THEN ! If there is no ice, do nothing. 217 215 ! … … 250 248 ! ! --- & Move to 2D arrays --- ! 251 249 ! 252 IF( lk_mpp ) CALL mpp_comm_free( ncomm_ice ) !RB necessary ??253 250 ENDIF 254 251 ! -
NEMO/branches/2018/dev_r10190_ice_thd_zdf/src/ICE/icethd_zdf_bl99.F90
r10192 r10193 222 222 ! 223 223 liter(:) = .TRUE. !============================! 224 ! DO iconv = 1, iconv_max ! Iterative procedure begins ! 225 DO WHILE ( zdti_max > zdti_bnd .AND. iconv < iconv_max) 226 zdti_max = 0._wp 227 ! IF(itot<1) EXIT 228 iconv = iconv + 1 224 DO iconv = 1, iconv_max ! Iterative procedure begins ! 225 IF(itot<1) EXIT 229 226 DO ji = 1, npti 230 227 IF(liter(ji)) THEN 231 !zdti_max = 0._wp228 zdti_max = 0._wp 232 229 ! 233 230 ztib(:, ji) = tt_i_1d(:, ji) … … 662 659 ENDIF ! k_jules 663 660 664 !IF(zdti_max.le.zdti_bnd) THEN665 !liter(ji) = .FALSE.666 !itot = itot - 1667 !ENDIF661 IF(zdti_max.le.zdti_bnd) THEN 662 liter(ji) = .FALSE. 663 itot = itot - 1 664 ENDIF 668 665 669 666 ENDIF ! liter 670 667 END DO ! ji 671 IF( lk_mpp ) CALL mpp_max( zdti_max, kcom=ncomm_ice )672 668 END DO ! End of the do while iterative procedure 673 669 !need to move this part where all processors are available
Note: See TracChangeset
for help on using the changeset viewer.