File |
Line number |
Procedure |
Code |
./pkg/mdsio/mdsio_writelocal.F |
121 |
MDS_WRITELOCAL |
INTEGER myThid, ith, nthLoop |
./pkg/mdsio/mdsio_writelocal.F |
286 |
MDS_WRITELOCAL |
DO ith=1,nthLoop |
./pkg/mdsio/mdsio_writelocal.F |
287 |
MDS_WRITELOCAL |
bi = biArg + myBxLo(ith) - 1 |
./pkg/mdsio/mdsio_writelocal.F |
288 |
MDS_WRITELOCAL |
bj = bjArg + myByLo(ith) - 1 |
./pkg/aim_v23/aim_write_phys.F |
107 |
AIM_WRITE_PHYS |
tmpFld(i,j,1) = field(i,j,kLev,ith) |
./pkg/aim_v23/aim_write_phys.F |
116 |
AIM_WRITE_PHYS |
tmpFld(i,j,k) = field(i,j,Katm,ith) |
./pkg/aim_v23/aim_write_phys.F |
125 |
AIM_WRITE_PHYS |
tmpFld(i,j,k) = field(i,j,k,ith) |
./pkg/aim_v23/aim_write_phys.F |
56 |
AIM_WRITE_PHYS |
INTEGER ith, biLoc, bjLoc |
./pkg/aim_v23/aim_write_phys.F |
63 |
AIM_WRITE_PHYS |
ith = myThid |
./pkg/aim_v23/aim_write_phys.F |
70 |
AIM_WRITE_PHYS |
DO ith=1,nThreads |
./pkg/aim_v23/aim_write_phys.F |
71 |
AIM_WRITE_PHYS |
biLoc = bi + myBxLo(ith) - 1 |
./pkg/aim_v23/aim_write_phys.F |
72 |
AIM_WRITE_PHYS |
bjLoc = bj + myByLo(ith) - 1 |