In 'u/v2dbc_im.F', there are lines like:
Code: Select all
cff=0.5_r8*GRID(ng)%on_u(Istr,j)* &
& (GRID(ng)%h(Istr-1,j)+zeta(Istr-1,j,kout)+ &
& GRID(ng)%h(Istr ,j)+zeta(Istr ,j,kout))
cff1=GRID(ng)%on_u(Istr,j)/REFINED(cr)%on_u(m)
bry_val=cff1*REFINED(cr)%DU_avg2(1,m,tnew)/cff
Code: Select all
cff
May it be better to compute the integral cross-section 'A' of the fine grid columns filling the coarse cell, and then prescribe a constant u/vbar = DU_avg2 / A for all fine points within?