Skip to content

Commit

Permalink
Merge branch 'jonbob/maint-1.1/fix-ocean-bcrd' into maint-1.1 (PR #3294)
Browse files Browse the repository at this point in the history
Correct ocn_co2_type setting for bcrd case

This PR brings in a bug fix to correct the ocn_co2_type setting for bcrd
cases in the maint-1.1 branch

Fixes #3289

[BFB]
  • Loading branch information
jonbob committed Nov 7, 2019
2 parents 81f059e + fadb019 commit fdb40cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mpas-ocean/bld/build-namelist
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ if ($ocn_co2_type eq 'constant' ) {
add_default($nl, 'config_ecosys_atm_co2_constant_value', 'val'=>$atm_co2_const_val);
} elsif ($ocn_co2_type eq 'bcrd' ) {
add_default($nl, 'config_ecosys_atm_co2_option', 'val'=>"constant");
add_default($nl, 'config_ecosys_atm_alt_co2_option', 'val'=>"constant");
add_default($nl, 'config_ecosys_atm_alt_co2_option', 'val'=>"diagnostic");
add_default($nl, 'config_ecosys_atm_alt_co2_use_eco', 'val'=>".false.");
add_default($nl, 'config_ecosys_atm_co2_constant_value', 'val'=>$atm_co2_const_val);
} elsif ($ocn_co2_type eq 'bdrc' ) {
Expand Down

0 comments on commit fdb40cc

Please sign in to comment.