Opened 4 months ago
Closed 4 months ago
#160 closed plantage / defect (fixed)
Wrong number of args in SSUM call in vlspltqs_loc.F
Reported by: | abarral | Owned by: | Laurent Fairhead |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | LMDZ | Keywords: | |
Cc: |
Description
convps = -SSUM(iim,qbyv(ip1jm-iim,l,iq),iq,1)/apols
But SSUM
defined in cray.F
as function ssum(n,sx,incx)
-> Should the correct call be
SSUM(iim,qbyv(ip1jm-iim,l,iq),iq)
or
SSUM(iim,qbyv(ip1jm-iim,l,iq),1)
?
Note: See
TracTickets for help on using
tickets.
Fixed in r5124. Old typo