ini_hmixcoef.F

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
panfeng291
Posts: 9
Joined: Sun Nov 10, 2013 5:59 pm
Location: NMEFC

ini_hmixcoef.F

#1 Unread post by panfeng291 »

Line 318-319
DO j=JstrP,JendT
DO i=IstrP,IendT
visc2_p(i,j)=cff*(grdscl(i-1,j-1)+grdscl(i,j-1))+ &
& grdscl(i-1,j )+grdscl(i,j )+ &
END DO
END DO

User avatar
arango
Site Admin
Posts: 1350
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: ini_hmixcoef.F

#2 Unread post by arango »

Yes, indeed. Thank you for reporting this problem. Please check the following :arrow: trac ticket and update.

Post Reply