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.
#1878 (Fix bug in the Stokes drift calculation) – NEMO

Opened 7 years ago

Closed 7 years ago

#1878 closed Bug (fixed)

Fix bug in the Stokes drift calculation

Reported by: emanuelaclementi Owned by: nemo
Priority: low Milestone:
Component: OCE Version: trunk
Severity: Keywords:
Cc:

Description

Context

sbc_stokes subroutin in sbcwave.F90

Analysis

Wrong evaluation of Horizontal Stokes Drift (usd, vsd)

Fix

From:

usd(ji,jj,jk) = zda_u * zk_u(ji,jj) * umask(ji,jj,jk)
vsd(ji,jj,jk) = zda_v * zk_v(ji,jj) * vmask(ji,jj,jk)

To:

usd(ji,jj,jk) = zda_u * zu0_sd(ji,jj) * umask(ji,jj,jk)
vsd(ji,jj,jk) = zda_v * zv0_sd(ji,jj) * vmask(ji,jj,jk)

Commit History (1)

ChangesetAuthorTimeChangeLog
7864emanuelaclementi2017-03-31T17:40:41+02:00

#1878 Bug correction in sbcwave.F90 Stokes drift calculation

Change History (1)

comment:1 Changed 7 years ago by emanuelaclementi

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.