Changeset 15160
- Timestamp:
- 2021-07-29T18:36:38+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/src/OCE/ZDF/zdfphy.F90
r14985 r15160 349 349 350 350 ! !* Lateral boundary conditions (sign unchanged) 351 IF( nn_hls==1) THEN351 IF( .NOT. l_istiled .OR. ntile == nijtile ) THEN ! Do only on the last tile 352 352 IF( l_zdfsh2 ) THEN 353 353 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.