File |
Line number |
Procedure |
Code |
./pkg/smooth/SMOOTH.h |
43 |
NO PROCEDURE |
& smooth2D_Lx(1-Olx:sNx+Olx,1-Oly:sNy+Oly,nSx,nSy), |
./pkg/smooth/SMOOTH.h |
72 |
NO PROCEDURE |
& smooth2D_Lx,smooth2D_Ly |
./pkg/smooth/smooth_basic2d.F |
45 |
SMOOTH_BASIC2D |
smooth2D_Lx(i,j,bi,bj)=dist_in |
./pkg/smooth/smooth_basic2d.F |
56 |
SMOOTH_BASIC2D |
smooth2D_Kux(i,j,bi,bj)=smooth2D_Lx(i,j,bi,bj)* |
./pkg/smooth/smooth_basic2d.F |
57 |
SMOOTH_BASIC2D |
& smooth2D_Lx(i,j,bi,bj)/smooth2DtotTime/2 |
./pkg/smooth/smooth_hetero2d.F |
48 |
SMOOTH_HETERO2D |
smooth2D_Lx(i,j,bi,bj)=dist_in(i,j,bi,bj) |
./pkg/smooth/smooth_hetero2d.F |
59 |
SMOOTH_HETERO2D |
smooth2D_Kux(i,j,bi,bj)=smooth2D_Lx(i,j,bi,bj)* |
./pkg/smooth/smooth_hetero2d.F |
60 |
SMOOTH_HETERO2D |
& smooth2D_Lx(i,j,bi,bj)/smooth2DtotTime/2 |
./pkg/smooth/smooth_init2d.F |
43 |
SMOOTH_INIT2D |
& 1, smooth2D_Lx,1,1,mythid) |
./pkg/smooth/smooth_init2d.F |
46 |
SMOOTH_INIT2D |
CALL EXCH_XY_RL ( smooth2D_Lx, myThid ) |
./pkg/smooth/smooth_init2d.F |
53 |
SMOOTH_INIT2D |
smooth2D_Lx(i,j,bi,bj)=smooth2D_Lx0(smoothOpNb) |
./pkg/smooth/smooth_init2d.F |
65 |
SMOOTH_INIT2D |
smooth2D_Kux(i,j,bi,bj)=smooth2D_Lx(i,j,bi,bj)* |
./pkg/smooth/smooth_init2d.F |
66 |
SMOOTH_INIT2D |
& smooth2D_Lx(i,j,bi,bj)/smooth2DtotTime/2 |