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

Changeset 6703


Ignore:
Timestamp:
2016-06-13T18:09:22+02:00 (8 years ago)
Author:
huwlewis
Message:

Update to scale sent SST field by land/sea mask to ensure land values = 0K rather than 273.15K

File:
1 edited

Legend:

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

    r6489 r6703  
    17711771            ! 
    17721772            SELECT CASE( sn_snd_temp%cldes) 
    1773             CASE( 'oce only'             )   ;   ztmp1(:,:) =   ztmp1(:,:) + rt0 
     1773            CASE( 'oce only'             )   ;   ztmp1(:,:) =   (ztmp1(:,:) + rt0) * tmask(:,:,1) 
    17741774            CASE( 'oce and ice'          )   ;   ztmp1(:,:) =   ztmp1(:,:) + rt0 
    17751775               SELECT CASE( sn_snd_temp%clcat ) 
Note: See TracChangeset for help on using the changeset viewer.