| File |
Line number |
Procedure |
Code |
|
./model/src/cg2d_nsa.F |
400 |
ADSTORE |
subroutine ADSTORE(chardum,int1,idow,int2,int3,icount) |
|
./model/src/cg2d_nsa.F |
408 |
ADSTORE |
integer int1, int2, int3, idow, icount |
|
./model/src/cg2d_nsa.F |
421 |
ADSTORE |
print *, 'adstore: ', chardum, int1, idow, int2, int3, icount |
|
./model/src/cg2d_nsa.F |
423 |
ADSTORE |
if ( icount .gt. nidow ) then |
|
./model/src/cg2d_nsa.F |
428 |
ADSTORE |
istoreidow(icount) = idow |
|
./model/src/cg2d_nsa.F |
433 |
ADRESTO |
subroutine ADRESTO(chardum,int1,idow,int2,int3,icount) |
|
./model/src/cg2d_nsa.F |
441 |
ADRESTO |
integer int1, int2, int3, idow, icount |
|
./model/src/cg2d_nsa.F |
454 |
ADRESTO |
print *, 'adresto: ', chardum, int1, idow, int2, int3, icount |
|
./model/src/cg2d_nsa.F |
456 |
ADRESTO |
if ( icount .gt. nidow ) then |
|
./model/src/cg2d_nsa.F |
461 |
ADRESTO |
idow = istoreidow(icount) |
|
./pkg/thsice/thsice_albedo.F |
102 |
THSICE_ALBEDO |
icount = 0 |
|
./pkg/thsice/thsice_albedo.F |
162 |
THSICE_ALBEDO |
icount=icount+1 |
|
./pkg/thsice/thsice_albedo.F |
174 |
THSICE_ALBEDO |
IF (icount .gt. 0) THEN |
|
./pkg/thsice/thsice_albedo.F |
88 |
THSICE_ALBEDO |
INTEGER ii,jj,icount |
|
./pkg/thsice/thsice_solve4temp.F |
157 |
THSICE_SOLVE4TEMP |
INTEGER ii, jj, icount, stdUnit |
|
./pkg/thsice/thsice_solve4temp.F |
237 |
THSICE_SOLVE4TEMP |
icount = 0 |
|
./pkg/thsice/thsice_solve4temp.F |
266 |
THSICE_SOLVE4TEMP |
icount = icount + 1 |
|
./pkg/thsice/thsice_solve4temp.F |
342 |
THSICE_SOLVE4TEMP |
IF ( icount .gt. 0 ) THEN |
|
./pkg/thsice/thsice_solve4temp.F |
344 |
THSICE_SOLVE4TEMP |
& 'THSICE_SOLVE4TEMP: there are ',icount, |
|
./verification/flt_example/extra/cvprofiles.F |
163 |
NO PROCEDURE |
icount = INT(tmp(5)) |
|
./verification/flt_example/extra/cvprofiles.F |
167 |
NO PROCEDURE |
print*, 'timesteps= ',icount |
|
./verification/flt_example/extra/cvprofiles.F |
178 |
NO PROCEDURE |
allocate (time(icount)) |
|
./verification/flt_example/extra/cvprofiles.F |
182 |
NO PROCEDURE |
allocate (xpart(npart,icount)) |
|
./verification/flt_example/extra/cvprofiles.F |
183 |
NO PROCEDURE |
allocate (ypart(npart,icount)) |
|
./verification/flt_example/extra/cvprofiles.F |
184 |
NO PROCEDURE |
allocate (kpart(npart,icount)) |
|
./verification/flt_example/extra/cvprofiles.F |
185 |
NO PROCEDURE |
allocate (temp(npart,Nr,icount)) |
|
./verification/flt_example/extra/cvprofiles.F |
187 |
NO PROCEDURE |
allocate (uvel(npart,Nr,icount)) |
|
./verification/flt_example/extra/cvprofiles.F |
188 |
NO PROCEDURE |
allocate (vvel(npart,Nr,icount)) |
|
./verification/flt_example/extra/cvprofiles.F |
189 |
NO PROCEDURE |
allocate (salt(npart,Nr,icount)) |
|
./verification/flt_example/extra/cvprofiles.F |
191 |
NO PROCEDURE |
allocate (zeta(npart,icount)) |
|
./verification/flt_example/extra/cvprofiles.F |
196 |
NO PROCEDURE |
do n=1,icount |
|
./verification/flt_example/extra/cvprofiles.F |
237 |
NO PROCEDURE |
do m=2,icount |
|
./verification/flt_example/extra/cvprofiles.F |
312 |
NO PROCEDURE |
print*,icount,' x ',npart,' = ',icount*npart,' records expected,', |
|
./verification/flt_example/extra/cvprofiles.F |
314 |
NO PROCEDURE |
print*,'==> ',icount*npart-itotalrecord,' float records missing' |
|
./verification/flt_example/extra/cvprofiles.F |
502 |
NO PROCEDURE |
edges(1) = icount |
|
./verification/flt_example/extra/cvprofiles.F |
521 |
NO PROCEDURE |
edges(2) = icount |
|
./verification/flt_example/extra/cvprofiles.F |
536 |
NO PROCEDURE |
edges(3) = icount |