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.
#1542 (Wrong sign in ssh increment with dynspg_ts) – NEMO

Opened 9 years ago

Closed 9 years ago

Last modified 8 years ago

#1542 closed Bug (fixed)

Wrong sign in ssh increment with dynspg_ts

Reported by: jchanut Owned by: nemo
Priority: low Milestone:
Component: OCE Version: trunk
Severity: Keywords: ASM IAU SSH
Cc:

Description

in dynspg_ts:

zssh_frc(:,:) = zssh_frc(:,:) + ssh_iau(:,:)

should be:

zssh_frc(:,:) = zssh_frc(:,:) - ssh_iau(:,:)

since

ssha_e(:,:) = (  sshn_e(:,:) - rdtbt * ( zssh_frc(:,:) + zhdiv(:,:) )  ) * tmask(:,:,1)

Commit History (1)

ChangesetAuthorTimeChangeLog
5436jchanut2015-06-18T12:25:44+02:00

Wrong sign for ssh inc, ticket #1542

Change History (4)

comment:1 Changed 9 years ago by jchanut

  • Resolution set to fixed
  • Status changed from new to closed

comment:2 Changed 8 years ago by nicolasmartin

  • Keywords SSH added; ssh removed

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords ASM added; assim removed

comment:4 Changed 8 years ago by nicolasmartin

  • Keywords IAU added; iau removed
Note: See TracTickets for help on using tickets.