At least for Q65-60C, maxdist=5 is big enough.

This commit is contained in:
Joe Taylor 2023-01-23 15:40:48 -05:00
parent 0a439019b3
commit d7859062bb

View File

@ -37,7 +37,7 @@ subroutine q65_loops(c00,npts2,nsps2,nsubmode,ndepth,jpk0, &
if(iand(ndepth,3).eq.3) then if(iand(ndepth,3).eq.3) then
idfmax=5 idfmax=5
idtmax=5 idtmax=5
maxdist=15 maxdist=5
endif endif
napmin=99 napmin=99