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
I found that de DEALLOCATE(TMP) in line 1220 of SNL-SWAN is give a error when compiling, the workaround for me was:
IF (ASSOCIATED(TMP)) DEALLOCATE(TMP).
Also, I'm trying to run a large area and for that I need MPI. Those SNL-SWAN work with MPI?
Best regards
João
The text was updated successfully, but these errors were encountered:
Hi
I found that de DEALLOCATE(TMP) in line 1220 of SNL-SWAN is give a error when compiling, the workaround for me was:
IF (ASSOCIATED(TMP)) DEALLOCATE(TMP).
Also, I'm trying to run a large area and for that I need MPI. Those SNL-SWAN work with MPI?
Best regards
João
The text was updated successfully, but these errors were encountered: