Opened 7 weeks ago

Closed 6 weeks 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

r5075

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) ?

Change History (1)

comment:1 Changed 6 weeks ago by Laurent Fairhead

Resolution: fixed
Status: newclosed

Fixed in r5124. Old typo

Note: See TracTickets for help on using tickets.