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/SWE – 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/SWE/stpctl.F90

    r14320 r14326  
    113113      !                                   !==  done by all processes at every time step  ==! 
    114114      ! 
    115       llmsk(     1:nn_hls,:) = .FALSE.                                            ! exclude halos from the checked region 
    116       llmsk(Nie0+1:   jpi,:) = .FALSE. 
    117       llmsk(:,     1:nn_hls) = .FALSE. 
    118       llmsk(:,Nje0+1:   jpj) = .FALSE. 
     115      llmsk(     1:nn_hls,:,:) = .FALSE.                                          ! exclude halos from the checked region 
     116      llmsk(Nie0+1:   jpi,:,:) = .FALSE. 
     117      llmsk(:,     1:nn_hls,:) = .FALSE. 
     118      llmsk(:,Nje0+1:   jpj,:) = .FALSE. 
    119119      ! 
    120120      llmsk(Nis0:Nie0,Njs0:Nje0,1) = ssmask(Nis0:Nie0,Njs0:Nje0) == 1._wp         ! define only the inner domain 
Note: See TracChangeset for help on using the changeset viewer.