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 9569 for branches/2015 – NEMO

Changeset 9569 for branches/2015


Ignore:
Timestamp:
2018-05-11T11:49:14+02:00 (6 years ago)
Author:
mathiot
Message:

forgot to correct mask qns and emp in sbcflx (see #2083)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/OPA_SRC/SBC/sbcflx.F90

    r4990 r9569  
    143143         qns(:,:) = qns(:,:) - emp(:,:) * sst_m(:,:) * rcp        ! mass flux is at SST 
    144144         ! 
     145         qns(:,:) = qns(:,:) * tmask(:,:,1) ; emp(:,:) = emp(:,:) * tmask(:,:,1) 
     146         ! 
    145147         !                                                        ! module of wind stress and wind speed at T-point 
    146148         zcoef = 1. / ( zrhoa * zcdrag ) 
Note: See TracChangeset for help on using the changeset viewer.