| File |
Line number |
Procedure |
Code |
|
./model/src/cg2d_nsa.F |
485 |
ADSTORE |
subroutine ADSTORE(chardum,int1,idow,int2,int3,icount) |
|
./model/src/cg2d_nsa.F |
493 |
ADSTORE |
integer int1, int2, int3, idow, icount |
|
./model/src/cg2d_nsa.F |
506 |
ADSTORE |
print *, 'adstore: ', chardum, int1, idow, int2, int3, icount |
|
./model/src/cg2d_nsa.F |
508 |
ADSTORE |
if ( icount .gt. nidow ) then |
|
./model/src/cg2d_nsa.F |
513 |
ADSTORE |
istoreidow(icount) = idow |
|
./model/src/cg2d_nsa.F |
518 |
ADRESTO |
subroutine ADRESTO(chardum,int1,idow,int2,int3,icount) |
|
./model/src/cg2d_nsa.F |
526 |
ADRESTO |
integer int1, int2, int3, idow, icount |
|
./model/src/cg2d_nsa.F |
540 |
ADRESTO |
print *, 'adresto: ', chardum, int1, idow, int2, int3, icount |
|
./model/src/cg2d_nsa.F |
542 |
ADRESTO |
if ( icount .gt. nidow ) then |
|
./model/src/cg2d_nsa.F |
547 |
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 |
172 |
THSICE_ALBEDO |
IF (icount .gt. 0) THEN |
|
./pkg/thsice/thsice_albedo.F |
88 |
THSICE_ALBEDO |
INTEGER ii,jj,icount |
|
./pkg/thsice/thsice_solve4temp.F |
146 |
THSICE_SOLVE4TEMP |
INTEGER ii, jj, icount, stdUnit |
|
./pkg/thsice/thsice_solve4temp.F |
215 |
THSICE_SOLVE4TEMP |
icount = 0 |
|
./pkg/thsice/thsice_solve4temp.F |
247 |
THSICE_SOLVE4TEMP |
icount = icount + 1 |
|
./pkg/thsice/thsice_solve4temp.F |
322 |
THSICE_SOLVE4TEMP |
IF ( icount .gt. 0 ) THEN |
|
./pkg/thsice/thsice_solve4temp.F |
324 |
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 |