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 11233 for NEMO/trunk/src – NEMO

Changeset 11233 for NEMO/trunk/src


Ignore:
Timestamp:
2019-07-09T17:09:44+02:00 (5 years ago)
Author:
clem
Message:

change a comment in dommsk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/DOM/dommsk.F90

    r10425 r11233  
    142142            ENDIF 
    143143         END DO   
    144       END DO   
    145 !SF  add here lbc_lnk: bug not still understood : cause now domain configuration is read ! 
    146 !!gm I don't understand why...   
     144      END DO 
     145      ! 
     146      ! the following call is mandatory 
     147      ! it masks boundaries (bathy=0) where needed depending on the configuration (closed, periodic...)   
    147148      CALL lbc_lnk( 'dommsk', tmask  , 'T', 1._wp )      ! Lateral boundary conditions 
    148149 
Note: See TracChangeset for help on using the changeset viewer.