You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line that is aborting is delH = SLdepth_0d + iFaceHeight(ksfc-1), and I don't see anything that prevents ksfc=1. It looks like iFaceHeight(1) = 0., so I could see the fix being delH = SLdepth_0d + iFaceHeight(max(1,ksfc-1)) or maybe you really want delH = SLdepth_0d + iFaceHeight(ksfc)?
When compiling with the Intel compiler and enabling
DEBUG = True
, settingSTOKES_MOST = True
leads to a runtime error:Below is the trace-back for reference:
The text was updated successfully, but these errors were encountered: