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

Changeset 7151


Ignore:
Timestamp:
2016-10-27T18:05:37+02:00 (7 years ago)
Author:
jcastill
Message:

Changes as in branch UKMO/dev_r5518_sst_landsea_cpl@6709

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/r5518_sst_landsea_cpl/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r7147 r7151  
    17301730            ! 
    17311731            SELECT CASE( sn_snd_temp%cldes) 
    1732             CASE( 'oce only'             )   ;   ztmp1(:,:) =   ztmp1(:,:) + rt0 
     1732            CASE( 'oce only'             )   ;   ztmp1(:,:) =   (ztmp1(:,:) + rt0) * tmask(:,:,1) 
    17331733            CASE( 'oce and ice'          )   ;   ztmp1(:,:) =   ztmp1(:,:) + rt0 
    17341734               SELECT CASE( sn_snd_temp%clcat ) 
Note: See TracChangeset for help on using the changeset viewer.