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
Currently we can call marbl%set_surface_forcing and marbl%set_interior_forcing from inside threaded regions, but calls to marbl%init must be unthreaded. When we get closer to tackling this issue, I'll comment with specific locations of code that prevents threading.
The text was updated successfully, but these errors were encountered:
Currently we can call
marbl%set_surface_forcing
andmarbl%set_interior_forcing
from inside threaded regions, but calls tomarbl%init
must be unthreaded. When we get closer to tackling this issue, I'll comment with specific locations of code that prevents threading.The text was updated successfully, but these errors were encountered: