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 13138 for NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/DOM/dommsk.F90 – NEMO

Ignore:
Timestamp:
2020-06-22T11:13:03+02:00 (4 years ago)
Author:
smasson
Message:

Extra_Halo: minor bugfixes and cleaning, see #2366

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/DOM/dommsk.F90

    r13065 r13138  
    138138      END_2D 
    139139      ! 
    140       ! the following is mandatory 
    141       ! it masks boundaries (bathy=0) where needed depending on the configuration (closed, periodic...)   
    142 !!$      IF( .NOT. (nbondj == 1 .OR. nbondj == 0 .OR. l_Jperio) ) THEN 
    143 !!$         tmask(mi0(  1 ):mi1(jpiglo),mj0(Njs0):mj1(Njs0  ),:) = 0._wp   ! line   number Njs0 at 0 
    144 !!$      ENDIF 
    145 !!$      IF( .NOT. (nbondi == 1 .OR. nbondi == 0 .OR. l_Iperio) ) THEN 
    146 !!$         tmask(mi0(Nis0):mi1(  Nis0),mj0(  1 ):mj1(jpjglo),:) = 0._wp   ! column number Nis0 at 0 
    147 !!$      ENDIF 
    148 !!$      CALL lbc_lnk( 'dommsk', tmask, 'T', 1._wp )      ! Lateral boundary conditions 
    149  
    150      ! Mask corrections for bdy (read in mppini2) 
     140      ! Mask corrections for bdy (read in mppini2) 
    151141      READ  ( numnam_ref, nambdy, IOSTAT = ios, ERR = 903) 
    152142903   IF( ios /= 0 )   CALL ctl_nam ( ios , 'nambdy in reference namelist' ) 
Note: See TracChangeset for help on using the changeset viewer.