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 14320 for NEMO/branches/2021/dev_r14312_MPI_Interface/src/SAS – NEMO

Ignore:
Timestamp:
2021-01-20T13:02:04+01:00 (3 years ago)
Author:
smasson
Message:

dev_r14312_MPI_Interface: further cleaning remove N[ij][es][12]and N[ij]_[12], #2598

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14312_MPI_Interface/src/SAS/stpctl.F90

    r14319 r14320  
    122122      !                                   !==  done by all processes at every time step  ==! 
    123123      ! 
    124       llmsk(   1:Nis1,:) = .FALSE.                                              ! exclude halos from the checked region 
    125       llmsk(Nie1: jpi,:) = .FALSE. 
    126       llmsk(:,   1:Njs1) = .FALSE. 
    127       llmsk(:,Nje1: jpj) = .FALSE. 
     124      llmsk(     1:nn_hls,:) = .FALSE.                                          ! exclude halos from the checked region 
     125      llmsk(Nie0+1:  jpi,:) = .FALSE. 
     126      llmsk(:,     1:nn_hls) = .FALSE. 
     127      llmsk(:,Nje0+1:  jpj) = .FALSE. 
    128128      ! 
    129129      llmsk(Nis0:Nie0,Njs0:Nje0) = tmask(Nis0:Nie0,Njs0:Nje0,1) == 1._wp        ! test only the inner domain 
Note: See TracChangeset for help on using the changeset viewer.