File |
Line number |
Procedure |
Code |
./verification/flt_example/extra/cvprofiles.F |
161 |
NO PROCEDURE |
rcountstart = SNGL(tmp(2)) |
./verification/flt_example/extra/cvprofiles.F |
162 |
NO PROCEDURE |
rcountdelta = SNGL(tmp(4)) |
./verification/flt_example/extra/cvprofiles.F |
280 |
NO PROCEDURE |
xpart(ip,np) = SNGL(tmp(3)) |
./verification/flt_example/extra/cvprofiles.F |
281 |
NO PROCEDURE |
ypart(ip,np) = SNGL(tmp(4)) |
./verification/flt_example/extra/cvprofiles.F |
283 |
NO PROCEDURE |
xpart(ip,np) = SNGL(tmp(3))/1000. |
./verification/flt_example/extra/cvprofiles.F |
284 |
NO PROCEDURE |
ypart(ip,np) = SNGL(tmp(4))/1000. |
./verification/flt_example/extra/cvprofiles.F |
286 |
NO PROCEDURE |
kpart(ip,np) = SNGL(tmp(5)) |
./verification/flt_example/extra/cvprofiles.F |
287 |
NO PROCEDURE |
zeta(ip,np) = SNGL(tmp(6)) |
./verification/flt_example/extra/cvprofiles.F |
289 |
NO PROCEDURE |
if (.not. preflag) uvel(ip,k,np) = SNGL(tmp(6+k)) |
./verification/flt_example/extra/cvprofiles.F |
290 |
NO PROCEDURE |
if (.not. preflag) vvel(ip,k,np) = SNGL(tmp(6+1*Nr+k)) |
./verification/flt_example/extra/cvprofiles.F |
291 |
NO PROCEDURE |
temp(ip,k,np) = SNGL(tmp(6+2*Nr+k)) |
./verification/flt_example/extra/cvprofiles.F |
292 |
NO PROCEDURE |
if (.not. preflag) salt(ip,k,np) = SNGL(tmp(6+3*Nr+k)) |
./verification/flt_example/extra/cvprofiles.F |
559 |
NO PROCEDURE |
temp(ip,k,np) = SNGL(tmp(6+3*Nr+k)) |
./verification/flt_example/extra/cvprofiles.F |
560 |
NO PROCEDURE |
if (SNGL(tmp(6+2*Nr+k)) .eq. 0.) then |
./verification/flt_example/extra/cvprofiles.F |
589 |
NO PROCEDURE |
temp(ip,k,np) = SNGL(tmp(6+k)) |
./verification/flt_example/extra/cvprofiles.F |
590 |
NO PROCEDURE |
if (SNGL(tmp(6+2*Nr+k)) .eq. 0.) then |
./verification/flt_example/extra/cvprofiles.F |
619 |
NO PROCEDURE |
temp(ip,k,np) = SNGL(tmp(6+1*Nr+k)) |
./verification/flt_example/extra/cvprofiles.F |
620 |
NO PROCEDURE |
if (SNGL(tmp(6+2*Nr+k)) .eq. 0.) then |
./verification/flt_example/extra/cvfloat.F |
155 |
NO PROCEDURE |
rcountstart = SNGL(tmp(2)) |
./verification/flt_example/extra/cvfloat.F |
156 |
NO PROCEDURE |
rcountdelta = SNGL(tmp(4)) |
./verification/flt_example/extra/cvfloat.F |
245 |
NO PROCEDURE |
xpart(ip,np) = SNGL(tmp(3)) |
./verification/flt_example/extra/cvfloat.F |
246 |
NO PROCEDURE |
ypart(ip,np) = SNGL(tmp(4)) |
./verification/flt_example/extra/cvfloat.F |
248 |
NO PROCEDURE |
xpart(ip,np) = SNGL(tmp(3))/1000. |
./verification/flt_example/extra/cvfloat.F |
249 |
NO PROCEDURE |
ypart(ip,np) = SNGL(tmp(4))/1000. |
./verification/flt_example/extra/cvfloat.F |
251 |
NO PROCEDURE |
kpart(ip,np) = SNGL(tmp(5)) |
./verification/flt_example/extra/cvfloat.F |
252 |
NO PROCEDURE |
uvel(ip,np) = SNGL(tmp(6)) |
./verification/flt_example/extra/cvfloat.F |
253 |
NO PROCEDURE |
vvel(ip,np) = SNGL(tmp(7)) |
./verification/flt_example/extra/cvfloat.F |
254 |
NO PROCEDURE |
temp(ip,np) = SNGL(tmp(8)) |
./verification/flt_example/extra/cvfloat.F |
255 |
NO PROCEDURE |
salt(ip,np) = SNGL(tmp(9)) |
./verification/flt_example/extra/cvfloat.F |
256 |
NO PROCEDURE |
zeta(ip,np) = SNGL(tmp(10)) |
./pkg/sphere/sphere.F |
560 |
HELMHOLTZ |
X(L) = SNGL(1.0D0/DSQRT(DBLE(FLOAT(4*L*L-1)))) |
./pkg/sphere/sphere.F |
561 |
HELMHOLTZ |
Y(L) = SNGL(DSQRT(DBLE(FLOAT(L)))) |
./pkg/sphere/sphere.F |
562 |
HELMHOLTZ |
Y(L+LMAX) = SNGL(DSQRT(DBLE(FLOAT(L+LMAX)))) |
./pkg/sphere/sphere.F |
569 |
HELMHOLTZ |
C = SNGL(DSQRT(1.0D0-DBLE(S)*DBLE(S))) |
./pkg/sphere/sphere.F |
614 |
RECUR_Z |
Z(L) = SNGL(DSQRT(ZZ)) |