| 503 |
c------------------------------------------------------------------------------- |
c------------------------------------------------------------------------------- |
| 504 |
c adjust the cluster in order to have at least ANOTHER strip around the seed |
c adjust the cluster in order to have at least ANOTHER strip around the seed |
| 505 |
c------------------------------------------------------------------------------- |
c------------------------------------------------------------------------------- |
| 506 |
c$$$ if(iseed-1.eq.lmax.and.lmax.ne.first)then |
if(iseed-1.eq.lmax.and.lmax.ne.first)then |
| 507 |
c$$$ lmax = lmax-1 |
lmax = lmax-1 |
| 508 |
c$$$ if( (rmax-lmax+1).gt.nclstrp )rmax=rmax-1 |
if( (rmax-lmax+1).gt.nclstrp )rmax=rmax-1 |
| 509 |
c$$$ endif |
endif |
| 510 |
c$$$ if(iseed+1.eq.rmax.and.rmax.ne.last )then |
if(iseed+1.eq.rmax.and.rmax.ne.last )then |
| 511 |
c$$$ rmax = rmax+1 |
rmax = rmax+1 |
| 512 |
c$$$ if( (rmax-lmax+1).gt.nclstrp )lmax=lmax+1 |
if( (rmax-lmax+1).gt.nclstrp )lmax=lmax+1 |
| 513 |
c$$$ endif |
endif |
| 514 |
c--------------------------------------------------- |
c--------------------------------------------------- |
| 515 |
c now we have 5 stored-strips around the maximum |
c now we have 5 stored-strips around the maximum |
| 516 |
c--------------------------------------------------- |
c--------------------------------------------------- |
| 547 |
|
|
| 548 |
ladder_view(nclstr_view) = nld(iseed,iv) |
ladder_view(nclstr_view) = nld(iseed,iv) |
| 549 |
maxs_view(nclstr_view) = iseed |
maxs_view(nclstr_view) = iseed |
|
mult_view(nclstr_view) = rmax-lmax+1 |
|
| 550 |
rmax_view(nclstr_view) = rmax |
rmax_view(nclstr_view) = rmax |
| 551 |
lmax_view(nclstr_view) = lmax |
lmax_view(nclstr_view) = lmax |
| 552 |
|
c mult_view(nclstr_view) = rmax-lmax+1 |
| 553 |
|
mult_view(nclstr_view) = 0 |
| 554 |
|
do ii=lmax,rmax |
| 555 |
|
if(value(ii).gt.clinclcut(ii)) |
| 556 |
|
$ mult_view(nclstr_view) = mult_view(nclstr_view)+1 |
| 557 |
|
enddo |
| 558 |
|
|
| 559 |
|
|
| 560 |
c$$$ if(rmax-lmax+1.gt.25) |
c$$$ if(rmax-lmax+1.gt.25) |
| 561 |
c$$$ $ print*,'view ',iv |
c$$$ $ print*,'view ',iv |