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

Changeset 12373


Ignore:
Timestamp:
2020-02-12T13:39:29+01:00 (4 years ago)
Author:
dancopsey
Message:

Revert last change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_fix_cpl/src/OCE/SBC/sbccpl.F90

    r12330 r12373  
    21542154               SELECT CASE( sn_snd_temp%clcat )  
    21552155               CASE( 'yes' )     
    2156                   ztmp3(:,:,1:jpl) = t_i(:,:,1,1:jpl) * a_i(:,:,1:jpl)  
     2156                  ztmp3(:,:,1:jpl) = tn_ice(:,:,1:jpl) * a_i(:,:,1:jpl)  
    21572157               CASE( 'no' )  
    21582158                  ztmp3(:,:,:) = 0.0  
Note: See TracChangeset for help on using the changeset viewer.