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.
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.