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 14326 for NEMO/branches/2021/dev_r14312_MPI_Interface/src/OCE/DOM – NEMO

Ignore:
Timestamp:
2021-01-22T11:49:55+01:00 (3 years ago)
Author:
smasson
Message:

dev_r14312_MPI_Interface: bugfix following [14320], #2598

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14312_MPI_Interface/src/OCE/DOM/domvvl.F90

    r14320 r14326  
    436436         END_3D 
    437437         ! 
    438          llmsk(     1:nn_hls,:) = .FALSE.   ! exclude halos from the checked region 
    439          llmsk(Nie0+1:   jpi,:) = .FALSE. 
    440          llmsk(:,     1:nn_hls) = .FALSE. 
    441          llmsk(:,Nje0+1:   jpj) = .FALSE. 
     438         llmsk(     1:nn_hls,:,:) = .FALSE.   ! exclude halos from the checked region 
     439         llmsk(Nie0+1:   jpi,:,:) = .FALSE. 
     440         llmsk(:,     1:nn_hls,:) = .FALSE. 
     441         llmsk(:,Nje0+1:   jpj,:) = .FALSE. 
    442442         ! 
    443443         llmsk(Nis0:Nie0,Njs0:Nje0,:) = tmask(Nis0:Nie0,Njs0:Nje0,:) == 1._wp                  ! define only the inner domain 
Note: See TracChangeset for help on using the changeset viewer.