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

Changeset 6706


Ignore:
Timestamp:
2016-06-14T12:49:06+02:00 (8 years ago)
Author:
huwlewis
Message:

Commit simple mask scaling for sent SST field for #1742

File:
1 edited

Legend:

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

    r5487 r6706  
    17341734            ! 
    17351735            SELECT CASE( sn_snd_temp%cldes) 
    1736             CASE( 'oce only'             )   ;   ztmp1(:,:) =   ztmp1(:,:) + rt0 
     1736            CASE( 'oce only'             )   ;   ztmp1(:,:) =   (ztmp1(:,:) + rt0) * tmask(:,:,1) 
    17371737            CASE( 'oce and ice'          )   ;   ztmp1(:,:) =   ztmp1(:,:) + rt0 
    17381738               SELECT CASE( sn_snd_temp%clcat ) 
Note: See TracChangeset for help on using the changeset viewer.