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 14930 – NEMO

Changeset 14930


Ignore:
Timestamp:
2021-05-31T13:03:57+02:00 (3 years ago)
Author:
sparonuz
Message:

Need to disentangle the dependency between these two variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14116_HPC-10_mcastril_Mixed_Precision_implementation/src/OCE/TRA/zpshde.F90

    r14644 r14930  
    491491 
    492492         END_2D 
    493          IF (nn_hls.EQ.1) CALL lbc_lnk( 'zpshde', pgrui, 'U', -1.0_wp , pgrvi, 'V', -1.0_wp )   ! Lateral boundary conditions 
     493         IF (nn_hls.EQ.1) THEN 
     494           CALL lbc_lnk( 'zpshde', pgrui, 'U', -1.0_wp) 
     495           CALL lbc_lnk( 'zpshde', pgrvi, 'V', -1.0_wp )   ! Lateral boundary conditions 
     496         ENDIF 
    494497         ! 
    495498      END IF 
Note: See TracChangeset for help on using the changeset viewer.