New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 15581 – NEMO

Changeset 15581


Ignore:
Timestamp:
2021-12-07T14:08:22+01:00 (2 years ago)
Author:
techene
Message:

#2605 #2715 bug fix for AGRIF : sette OK without tiling (sette.sh -At)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14318_RK3_stage1/src/OCE/DOM/istate.F90

    r15574 r15581  
    163163         ! In the non-restart or non-RK3 cases they need to be initialised here: 
    164164         uu_b(:,:,Kbb) = 0._wp   ;   vv_b(:,:,Kbb) = 0._wp 
    165          DO_3D( 1, 1, 1, 1, 1, jpkm1 ) 
     165         DO_3D( nn_hls, nn_hls, nn_hls, nn_hls, 1, jpkm1 ) 
    166166            uu_b(ji,jj,Kbb) = uu_b(ji,jj,Kbb) + e3u(ji,jj,jk,Kbb) * uu(ji,jj,jk,Kbb) * umask(ji,jj,jk) 
    167167            vv_b(ji,jj,Kbb) = vv_b(ji,jj,Kbb) + e3v(ji,jj,jk,Kbb) * vv(ji,jj,jk,Kbb) * vmask(ji,jj,jk) 
Note: See TracChangeset for help on using the changeset viewer.