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.
#1661 (BUG in triad slope (trunk, not v3.6 stable)) – NEMO

Opened 8 years ago

Closed 7 years ago

#1661 closed Bug (fixed)

BUG in triad slope (trunk, not v3.6 stable)

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

Description

the line 473 in ldfslp.F90 of the trunk version:

zdzrho_raw = ( - zalbet(ji,jj,jk) * zdkt + zbeta0*zdks ) / e3w_n(ji,jj,jk+kp)

should be replaced by :

zdzrho_raw = ( - rab_b(ji,jj,jk,jp_tem) * zdkt + rab_b(ji,jj,jk,jp_sal) * zdks ) / e3w_b(ji,jj,jk+kp)

and the declaration of zalbet and zbeta0 should be removed from ldfslp.F90

Commit History (0)

(No commits)

Change History (1)

comment:1 Changed 7 years ago by timgraham

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

This has already been fixed at some point so closing the ticket

Note: See TracTickets for help on using tickets.