Go to the source code of this file.
◆ conv_over()
Definition at line 45 of file conv_over.f90.
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)
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(dp), parameter one_third
real(sp), dimension(:,:), allocatable, target t
integer, parameter dbg_sbr