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 noticed that the surface forcing output indices (sfo_ind) is a module variable in marbl_interface_types.F90, which probably isn't thread safe. I think we want all the various indices (surface forcing, surface forcing output, diagnostics, tracer, etc) stored in the marbl_interface_class so that there are copies for each MARBL instance.
The text was updated successfully, but these errors were encountered:
I noticed that the surface forcing output indices (
sfo_ind
) is a module variable inmarbl_interface_types.F90
, which probably isn't thread safe. I think we want all the various indices (surface forcing, surface forcing output, diagnostics, tracer, etc) stored in themarbl_interface_class
so that there are copies for each MARBL instance.The text was updated successfully, but these errors were encountered: