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 12107 for NEMO/branches/2019/UKMO_MERGE_2019/src/OCE/DYN/dynspg_ts.F90 – NEMO

Ignore:
Timestamp:
2019-12-06T21:40:27+01:00 (4 years ago)
Author:
mathiot
Message:

update to the head of the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/UKMO_MERGE_2019/src/OCE/DYN/dynspg_ts.F90

    r12077 r12107  
    707707            hvr_e(2:jpim1,2:jpjm1) = ssvmask(2:jpim1,2:jpjm1) / ( hv_e(2:jpim1,2:jpjm1) + 1._wp - ssvmask(2:jpim1,2:jpjm1) ) 
    708708            CALL lbc_lnk_multi( 'dynspg_ts', ua_e , 'U', -1._wp, va_e , 'V', -1._wp  & 
    709                  &                         , hu_e , 'U', -1._wp, hv_e , 'V', -1._wp  & 
    710                  &                         , hur_e, 'U', -1._wp, hvr_e, 'V', -1._wp  ) 
     709                 &                         , hu_e , 'U',  1._wp, hv_e , 'V',  1._wp  & 
     710                 &                         , hur_e, 'U',  1._wp, hvr_e, 'V',  1._wp  ) 
    711711         ELSE 
    712712            CALL lbc_lnk_multi( 'dynspg_ts', ua_e , 'U', -1._wp, va_e , 'V', -1._wp  ) 
     
    823823 
    824824      IF ( ln_wd_dl .and. ln_wd_dl_bc) THEN  
     825         ! need to set lbc here because not done prior time averaging 
     826         CALL lbc_lnk_multi( 'dynspg_ts', zuwdav2, 'U', 1._wp, zvwdav2, 'V', 1._wp) 
    825827         DO jk = 1, jpkm1 
    826828            puu(:,:,jk,Kmm) = ( un_adv(:,:)*r1_hu(:,:,Kmm) & 
Note: See TracChangeset for help on using the changeset viewer.