Opened 9 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
Note: See
TracTickets for help on using
tickets.
This has already been fixed at some point so closing the ticket