#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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
5436 | jchanut | 2015-06-18T12:25:44+02:00 | Wrong sign for ssh inc, ticket #1542 |
Change History (4)
comment:1 Changed 8 years ago by jchanut
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 7 years ago by nicolasmartin
- Keywords SSH added; ssh removed
comment:3 Changed 7 years ago by nicolasmartin
- Keywords ASM added; assim removed
comment:4 Changed 7 years ago by nicolasmartin
- Keywords IAU added; iau removed
Note: See
TracTickets for help on using
tickets.