Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
<default_value>constant</default_value>
<values>
<value compset="_CAM">diagnostic</value>
<value compset="E_CAM70">prognostic</value>
<value compset="_MOM6%[^_]*MARBL-BIO.*_BGC%BPRP">prognostic</value>
<value compset="_MOM6%[^_]*MARBL-BIO.*_BGC%BDRD">diagnostic</value>
<value compset="_DATM%CPLHIST.*_MOM6%[^_]*MARBL-BIO">diagnostic</value>
Expand Down
8 changes: 0 additions & 8 deletions param_templates/MOM_input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,14 +413,6 @@ Global:
datatype: real
value:
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS': $CCSM_CO2_PPMV
ATM_ALT_CO2_OPT:
description: |
"default comes from env_run.xml (OCN_CO2_TYPE)
Source of atmospheric CO2 concentration for MARBL.
valid values: constant, prognostic, diagnostic"
datatype: string
value:
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS': $OCN_CO2_TYPE
ATM_ALT_CO2_CONST:
description: |
"default comes from env_run.xml (CCSM_CO2_PPMV)
Expand Down
7 changes: 0 additions & 7 deletions param_templates/json/MOM_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,6 @@
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS": "$CCSM_CO2_PPMV"
}
},
"ATM_ALT_CO2_OPT": {
"description": "\"default comes from env_run.xml (OCN_CO2_TYPE)\n Source of atmospheric CO2 concentration for MARBL.\n valid values: constant, prognostic, diagnostic\"\n",
"datatype": "string",
"value": {
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS": "$OCN_CO2_TYPE"
}
},
"ATM_ALT_CO2_CONST": {
"description": "\"default comes from env_run.xml (CCSM_CO2_PPMV)\n Alternate atmospheric CO2 concentration for MARBL [ppm].\"\n",
"datatype": "real",
Expand Down
Loading