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 13247 for NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/DYN/sshwzv.F90 – NEMO

Ignore:
Timestamp:
2020-07-03T19:15:31+02:00 (4 years ago)
Author:
francesca
Message:

dev_r12558_HPC-08_epico_Extra_Halo: merge with trunk@13227, see #2366

File:
1 edited

Legend:

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

    r13232 r13247  
    116116      IF ( .NOT.ln_dynspg_ts ) THEN 
    117117         IF( ln_bdy ) THEN 
    118             CALL lbc_lnk( 'sshwzv', pssh(:,:,Kaa), 'T', 1. )    ! Not sure that's necessary 
     118            CALL lbc_lnk( 'sshwzv', pssh(:,:,Kaa), 'T', 1.0_wp )    ! Not sure that's necessary 
    119119            CALL bdy_ssh( pssh(:,:,Kaa) )             ! Duplicate sea level across open boundaries 
    120120         ENDIF 
     
    177177            END_2D 
    178178         END DO 
    179          CALL lbc_lnk('sshwzv', zhdiv, 'T', 1.)  ! - ML - Perhaps not necessary: not used for horizontal "connexions" 
     179         CALL lbc_lnk('sshwzv', zhdiv, 'T', 1.0_wp)  ! - ML - Perhaps not necessary: not used for horizontal "connexions" 
    180180         !                             ! Is it problematic to have a wrong vertical velocity in boundary cells? 
    181181         !                             ! Same question holds for hdiv. Perhaps just for security 
     
    369369         END_3D 
    370370      ENDIF 
    371       CALL lbc_lnk( 'sshwzv', Cu_adv, 'T', 1. ) 
     371      CALL lbc_lnk( 'sshwzv', Cu_adv, 'T', 1.0_wp ) 
    372372      ! 
    373373      CALL iom_put("Courant",Cu_adv) 
Note: See TracChangeset for help on using the changeset viewer.