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 12096 for NEMO/branches – NEMO

Changeset 12096 for NEMO/branches


Ignore:
Timestamp:
2019-12-06T16:27:37+01:00 (4 years ago)
Author:
smueller
Message:

Synchronizing with /NEMO/trunk@12072 (ticket #2194)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/src/OCE/DYN/dynspg_ts.F90

    r12065 r12096  
    691691            hvr_e(2:jpim1,2:jpjm1) = ssvmask(2:jpim1,2:jpjm1) / ( hv_e(2:jpim1,2:jpjm1) + 1._wp - ssvmask(2:jpim1,2:jpjm1) ) 
    692692            CALL lbc_lnk_multi( 'dynspg_ts', ua_e , 'U', -1._wp, va_e , 'V', -1._wp  & 
    693                  &                         , hu_e , 'U', -1._wp, hv_e , 'V', -1._wp  & 
    694                  &                         , hur_e, 'U', -1._wp, hvr_e, 'V', -1._wp  ) 
     693                 &                         , hu_e , 'U',  1._wp, hv_e , 'V',  1._wp  & 
     694                 &                         , hur_e, 'U',  1._wp, hvr_e, 'V',  1._wp  ) 
    695695         ELSE 
    696696            CALL lbc_lnk_multi( 'dynspg_ts', ua_e , 'U', -1._wp, va_e , 'V', -1._wp  ) 
Note: See TracChangeset for help on using the changeset viewer.