Skip to content
Snippets Groups Projects
Commit f110e8e0 authored by Dave Whipp's avatar Dave Whipp
Browse files

Added option for spinup convergence tolerance

parent e808dc0b
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ end if
call DoRuRe_conv_stats (params%doDoRuRe,istep,iter,iter_nl,velocity_diff_norm,params%tol,maxu,maxv,maxw)
if (params%adaptive_tol .and. velocity_converged) params%tol=velocity_diff_norm
if (params%adaptive_tol .and. velocity_converged .and. .not.params%in_spinup) params%tol=velocity_diff_norm
return
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment