Closed mnlevy1981 closed 8 months ago
This PR will let CESM users specify whether to use the base biotic tracers or abiotic DIC tracers (or both) via a variable in env_run.xml
(that can be set differently for different compsets) and generate the proper marbl_in
Command line arguments for
MARBL_generate_settings_file.py
determine value ofbase_bio_on
andabio_dic_on
: by default,base_bio_on=T
but running--exclude-base-bio
sets it to F. Similarly,abio_dic_on=F
but running--include-abio-dic
sets it to T.