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 160 for trunk – NEMO

Changeset 160 for trunk


Ignore:
Timestamp:
2004-11-03T15:46:18+01:00 (20 years ago)
Author:
opalod
Message:

CT + CL : BUGFIX109 : Add missing fresh water term emps(:,:) array for the salinity surface boundary conditionn in coupled mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/ocesbc.F90

    r153 r160  
    370370            emp(ji,jj) = ( ( 1. - zice ) *  ze + zice * zei + zro ) * tmask(ji,jj,1) + erp(ji,jj) 
    371371             
     372            ! f) net upward water flux for the salinity surface  
     373            !    boundary condition 
     374            emps(:,:) = emp(:,:) 
     375 
    372376         END DO 
    373377      END DO 
Note: See TracChangeset for help on using the changeset viewer.