Skip to content

Commit

Permalink
Address GitHub feedback
Browse files Browse the repository at this point in the history
Let CESM keep the suspect timer values
  • Loading branch information
jgfouca committed Aug 17, 2017
1 parent 376a20a commit 4dbf947
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -940,15 +940,6 @@
<desc>logical to diagnose model timing at the end of the run</desc>
</entry>


<entry id="TIMER_LEVEL">
<type>integer</type>
<default_value>20</default_value>
<group>run_flags</group>
<file>env_run.xml</file>
<desc>timer output depth</desc>
</entry>

<entry id="PROFILE_PAPI_ENABLE">
<type>logical</type>
<valid_values>TRUE,FALSE</valid_values>
Expand Down
8 changes: 8 additions & 0 deletions cime_config/config_component_acme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
<desc>timer output depth</desc>
</entry>

<entry id="TIMER_LEVEL">
<type>integer</type>
<default_value>20</default_value>
<group>run_flags</group>
<file>env_run.xml</file>
<desc>timer output depth</desc>
</entry>

<entry id="TPROF_TOTAL">
<type>integer</type>
<default_value>12</default_value>
Expand Down
8 changes: 8 additions & 0 deletions cime_config/config_component_cesm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@
<desc>timer output depth</desc>
</entry>

<entry id="TIMER_LEVEL">
<type>integer</type>
<default_value>12</default_value>
<group>run_flags</group>
<file>env_run.xml</file>
<desc>timer output depth</desc>
</entry>

<entry id="BFBFLAG">
<type>logical</type>
<valid_values>TRUE,FALSE</valid_values>
Expand Down

0 comments on commit 4dbf947

Please sign in to comment.