|
|
|
@ -282,7 +282,7 @@
|
|
|
|
|
endif |
|
|
|
|
t = (loop-loop0)*timestep |
|
|
|
|
do indx=save_n,textr |
|
|
|
|
if (river_times(indx) .ge. real(t + offset)) EXIT |
|
|
|
|
if (river_times(indx) .ge. t + offset) EXIT |
|
|
|
|
end do |
|
|
|
|
if (indx .gt. last_indx) then |
|
|
|
|
call write_time_string() |
|
|
|
@ -350,7 +350,7 @@
|
|
|
|
|
!AS this is not to be used ! |
|
|
|
|
t = loop*timestep |
|
|
|
|
do indx=save_n,textr |
|
|
|
|
if (river_times(indx) .gt. real(t + offset)) EXIT |
|
|
|
|
if (river_times(indx) .gt. t + offset) EXIT |
|
|
|
|
end do |
|
|
|
|
! First time through we have to initialize t_1 |
|
|
|
|
if (first) then |
|
|
|
|