File |
Line number |
Procedure |
Code |
./pkg/mom_fluxform/mom_uv_boundary.F |
106 |
MOM_UV_BOUNDARY |
aBndV(i,j) = vTrans(i,j+1)-vTrans(i,j) |
./pkg/mom_fluxform/mom_uv_boundary.F |
107 |
MOM_UV_BOUNDARY |
aBndW(i,j) = ABS(aBndU(i,j)+aBndV(i,j)) |
./pkg/mom_fluxform/mom_uv_boundary.F |
109 |
MOM_UV_BOUNDARY |
aBndV(i,j) = ABS(aBndV(i,j)) |
./pkg/mom_fluxform/mom_uv_boundary.F |
115 |
MOM_UV_BOUNDARY |
tmpVar = aBndU(i,j)+aBndV(i,j)+aBndW(i,j) |
./pkg/mom_fluxform/mom_uv_boundary.F |
119 |
MOM_UV_BOUNDARY |
aBndV(i,j) = aBndV(i,j)*tmpVar |
./pkg/mom_fluxform/mom_uv_boundary.F |
136 |
MOM_UV_BOUNDARY |
& +(aBndV(i-1,j)+aBndV(i,j)) |
./pkg/mom_fluxform/mom_uv_boundary.F |
150 |
MOM_UV_BOUNDARY |
& +(aBndV(i,j-1)+aBndV(i,j)) |
./pkg/mom_fluxform/mom_uv_boundary.F |
60 |
MOM_UV_BOUNDARY |
_RL aBndV(1-OLx:sNx+OLx,1-OLy:sNy+OLy) |
./pkg/mom_fluxform/mom_uv_boundary.F |
87 |
MOM_UV_BOUNDARY |
aBndV(i,j) = 0. |