File |
Line number |
Procedure |
Code |
./pkg/longstep/longstep_average_3d.F |
10 |
LONGSTEP_AVERAGE_3D |
I lsCnt, |
./pkg/longstep/longstep_average_3d.F |
37 |
LONGSTEP_AVERAGE_3D |
INTEGER lsCnt(nSx,nSy) |
./pkg/longstep/longstep_average_3d.F |
49 |
LONGSTEP_AVERAGE_3D |
factor = lsCnt(bi,bj) |
./pkg/longstep/longstep_average_3d.F |
50 |
LONGSTEP_AVERAGE_3D |
IF (lsCnt(bi,bj).NE.0) factor = 1. _d 0 / factor |
./pkg/longstep/longstep_average_3d_fac.F |
10 |
LONGSTEP_AVERAGE_3D_FAC |
I lsCnt, |
./pkg/longstep/longstep_average_3d_fac.F |
39 |
LONGSTEP_AVERAGE_3D_FAC |
INTEGER lsCnt(nSx,nSy) |
./pkg/longstep/longstep_average_3d_fac.F |
54 |
LONGSTEP_AVERAGE_3D_FAC |
factor = lsCnt(bi,bj) |
./pkg/longstep/longstep_fill_3d.F |
10 |
LONGSTEP_FILL_3D |
U lsCnt, lsFld, |
./pkg/longstep/longstep_fill_3d.F |
38 |
LONGSTEP_FILL_3D |
INTEGER lsCnt(nSx,nSy) |
./pkg/longstep/longstep_fill_3d.F |
49 |
LONGSTEP_FILL_3D |
lsCnt(bi,bj) = lsCnt(bi,bj) + 1 |
./pkg/longstep/longstep_fill_3d_fac.F |
10 |
LONGSTEP_FILL_3D_FAC |
U lsCnt, lsFld, |
./pkg/longstep/longstep_fill_3d_fac.F |
39 |
LONGSTEP_FILL_3D_FAC |
INTEGER lsCnt(nSx,nSy) |
./pkg/longstep/longstep_fill_3d_fac.F |
50 |
LONGSTEP_FILL_3D_FAC |
lsCnt(bi,bj) = lsCnt(bi,bj) + 1 |
./pkg/longstep/longstep_fill_3d_rs.F |
10 |
LONGSTEP_FILL_3D_RS |
U lsCnt, lsFld, |
./pkg/longstep/longstep_fill_3d_rs.F |
39 |
LONGSTEP_FILL_3D_RS |
INTEGER lsCnt(nSx,nSy) |
./pkg/longstep/longstep_fill_3d_rs.F |
50 |
LONGSTEP_FILL_3D_RS |
lsCnt(bi,bj) = lsCnt(bi,bj) + 1 |
./pkg/longstep/longstep_reset_3d.F |
10 |
LONGSTEP_RESET_3D |
O lsCnt, lsFld, |
./pkg/longstep/longstep_reset_3d.F |
36 |
LONGSTEP_RESET_3D |
INTEGER lsCnt(nSx,nSy) |
./pkg/longstep/longstep_reset_3d.F |
47 |
LONGSTEP_RESET_3D |
lsCnt(bi,bj) = 0 |