50 REAL(SP):: AVE_T,AVE_S,AVE_R
51 INTEGER :: I,K,KK,J1,J2,J3
63 ave_t = sum(
t1(i,kk:k))/float(k-kk+1)
64 ave_s = sum(
s1(i,kk:k))/float(k-kk+1)
65 ave_r = sum(
rho1(i,kk:k))/float(k-kk+1)
77 j1=
nv(i,1) ; j2 =
nv(i,2) ; j3 =
nv(i,3)
79 t(i,k) = one_third*(
t1(j1,k)+
t1(j2,k)+
t1(j3,k))
80 s(i,k) = one_third*(
s1(j1,k)+
s1(j2,k)+
s1(j3,k))
real(sp), dimension(:,:), allocatable, target s
logical function dbg_set(vrb)
real(sp), dimension(:,:), allocatable, target rho1
real(sp), dimension(:,:), allocatable, target t1
real(sp), dimension(:,:), allocatable, target s1
integer, dimension(:,:), allocatable, target nv
real(sp), dimension(:,:), allocatable, target t
integer, parameter dbg_sbr