Skip to content

Commit

Permalink
Merge branch 'rljacob/cime/bfbflagtrue' into next (PR #1335)
Browse files Browse the repository at this point in the history
Change ACME BFBFLAG default to TRUE.

This will allow coupled runs on different numbers of processors to be
BFB. But the change from FALSE to TRUE is itself a non-BFB change.

[non-BFB]
  • Loading branch information
rljacob committed Mar 21, 2017
2 parents ba582ab + b5e8120 commit 6fd3716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime/driver_cpl/cime_config/config_component_acme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<entry id="BFBFLAG">
<type>logical</type>
<valid_values>TRUE,FALSE</valid_values>
<default_value>FALSE</default_value>
<default_value>TRUE</default_value>
<group>run_flags</group>
<file>env_run.xml</file>
<desc>turns on coupler bit-for-bit reproducibility with varying pe counts</desc>
Expand Down

0 comments on commit 6fd3716

Please sign in to comment.