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 15160 for NEMO/trunk/src/OCE/ZDF – NEMO

Ignore:
Timestamp:
2021-07-29T18:36:38+02:00 (3 years ago)
Author:
acc
Message:

trunk: minor change to zdfphy.F90 to ensure that avt and avs are set everywhere even for nn_hls=2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/ZDF/zdfphy.F90

    r14985 r15160  
    349349 
    350350      !                                         !* Lateral boundary conditions (sign unchanged) 
    351       IF(nn_hls==1) THEN 
     351      IF( .NOT. l_istiled .OR. ntile == nijtile ) THEN                       ! Do only on the last tile 
    352352         IF( l_zdfsh2 ) THEN 
    353353            CALL lbc_lnk( 'zdfphy', avm_k, 'W', 1.0_wp , avt_k, 'W', 1.0_wp,   & 
Note: See TracChangeset for help on using the changeset viewer.