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 8302 for branches/UKMO/dev_r5518_GO6_package – NEMO

Ignore:
Timestamp:
2017-07-10T10:36:18+02:00 (7 years ago)
Author:
timgraham
Message:

Minor fix for GMED ticket 321 (halo update after reading runoff from file in forced mode)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/SBC/sbcrnf.F90

    r7993 r8302  
    121121         ! 
    122122         IF( .NOT. l_rnfcpl )   rnf(:,:) = rn_rfact * ( sf_rnf(1)%fnow(:,:,1) )       ! updated runoff value at time step kt 
     123         CALL lbc_lnk(rnf(:,:), 'T', 1._wp) 
    123124         ! 
    124125         !                                                     ! set temperature & salinity content of runoffs 
Note: See TracChangeset for help on using the changeset viewer.