marbl-ecosys / MARBL

Marine Biogeochemistry Library
https://marbl-ecosys.github.io
Other
13 stars 21 forks source link

With introduction of base_bio_on, users may request fields that MARBL can not provide #452

Closed mnlevy1981 closed 4 months ago

mnlevy1981 commented 5 months ago

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.

mnlevy1981 commented 4 months ago

Fixed by #453 (marbl0.46.0)