Skip to content

Commit

Permalink
Merge pull request #1831 from ESMCI/jgfouca/add_valid_lists_for_options
Browse files Browse the repository at this point in the history
Add valid_lists for some of the *_OPTION entries that lacked them
Test suite: scripts_regression_tests
Test baseline:
Test namelist changes:
Test status: bit for bit

Fixes #1318

User interface changes?: N

Update gh-pages html (Y/N)?:N

Code review: jedwards
  • Loading branch information
jedwards4b authored Aug 22, 2017
2 parents 33b8378 + 6ae181a commit c4efac7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/drivers/mct/cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2446,7 +2446,7 @@

<entry id="HIST_OPTION">
<type>char</type>
<valid_values></valid_values>
<valid_values>none,never,nsteps,nstep,nseconds,nsecond,nminutes,nminute,nhours,nhour,ndays,nday,nmonths,nmonth,nyears,nyear,date,ifdays0,end</valid_values>
<default_value>never</default_value>
<group>run_drv_history</group>
<file>env_run.xml</file>
Expand Down
2 changes: 1 addition & 1 deletion src/drivers/mct/cime_config/config_component_acme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@

<entry id="AVGHIST_OPTION">
<type>char</type>
<valid_values></valid_values>
<valid_values>none,never,nsteps,nstep,nseconds,nsecond,nminutes,nminute,nhours,nhour,ndays,nday,nmonths,nmonth,nyears,nyear,date,ifdays0,end</valid_values>
<default_value>never</default_value>
<values match="last">
<value compset="_DOCN%IAF">nmonths</value>
Expand Down
2 changes: 1 addition & 1 deletion src/drivers/mct/cime_config/config_component_cesm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@

<entry id="AVGHIST_OPTION">
<type>char</type>
<valid_values></valid_values>
<valid_values>none,never,nsteps,nstep,nseconds,nsecond,nminutes,nminute,nhours,nhour,ndays,nday,nmonths,nmonth,nyears,nyear,date,ifdays0,end</valid_values>
<default_value>never</default_value>
<values match="last">
<value compset="_DOCN%IAF">nmonths</value>
Expand Down

0 comments on commit c4efac7

Please sign in to comment.