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 2004 for branches/DEV_r1784_mid_year_merge_2010/NEMO/OPA_SRC/TRA/trasbc.F90 – NEMO

Ignore:
Timestamp:
2010-07-09T14:40:45+02:00 (14 years ago)
Author:
acc
Message:

ticket #684 step 8: Add in changes from the trunk between revisions 1879 and the 3.2.1 tag (rev 1986)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1784_mid_year_merge_2010/NEMO/OPA_SRC/TRA/trasbc.F90

    r2000 r2004  
    139139               zta =  ro0cpr * qns(ji,jj) * zse3t &                  ! temperature : heat flux  
    140140                &    - emp(ji,jj) * zsrau * tn(ji,jj,1) * zse3t      ! & cooling/heating effet of EMP flux  
    141                zsa = 0.e0                                            ! No salinity concent./dilut. effect 
     141               zsa = ( emps(ji,jj) - emp(ji,jj) ) & 
     142                &                 * zsrau * sn(ji,jj,1)  * zse3t     ! concent./dilut. effect due to sea-ice  
     143                                                                     ! melt/formation and (possibly) SSS restoration 
    142144            ELSE 
    143145               zta =  ro0cpr * qns(ji,jj) * zse3t                    ! temperature : heat flux  
Note: See TracChangeset for help on using the changeset viewer.