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
If the user requests a field that MARBL is not computing (e.g. requesting chlorophyll when base_bio_on = .false.), MARBL should abort. Currently, in that situation, get_output_for_GCM() returns 0 when the GCM really needs to be getting chlorophyll from a different source.
The text was updated successfully, but these errors were encountered:
If the user requests a field that MARBL is not computing (e.g. requesting chlorophyll when
base_bio_on = .false.
), MARBL should abort. Currently, in that situation,get_output_for_GCM()
returns 0 when the GCM really needs to be getting chlorophyll from a different source.The text was updated successfully, but these errors were encountered: