Skip to content

Commit

Permalink
Merge pull request #1696 from ESMCI/fischer/cplhist
Browse files Browse the repository at this point in the history
Change typo PCLHIST to CPLHIST in datm.
There was a typo in datm where PCLHIST was used instead CPLHIST. It
has been changed back to CPLHIST.

Test suite: scripts_regression_tests
Test baseline:
Test namelist changes:
Test status: bit for bit

Fixes

User interface changes?:

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

Code review:jedwards
  • Loading branch information
jedwards4b authored Jun 15, 2017
2 parents 547f68b + 6886aaf commit f449794
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<desc compset="^HIST_DATM%GSW">GSWP3 atm input data for 1901-1920:</desc>
<desc compset="^20TR_DATM%GSW">GSWP3 atm input data for 1901-1920:</desc>
<desc compset="^RCP[2468]_DATM%GSW">GSWP3 atm input data for 1991-2010:</desc>
<desc compset="^1850_DATM%PCLHIST">CPL history input data:</desc>
<desc compset="^1850_DATM%CPLHIST">CPL history input data:</desc>
<desc compset="^2000_DATM%1PT">single point tower site atm input data:</desc>
<desc compset="_DATM%NYF">COREv2 datm normal year forcing: (requires additional user-supplied data)</desc>
<desc compset="_DATM%IAF">COREv2 datm interannual year forcing: (requires additional user-supplied data)</desc>
Expand Down Expand Up @@ -146,7 +146,7 @@
<valid_values></valid_values>
<default_value>1</default_value>
<values match="last">
<value compset="1850_DATM%PCLHIST">1</value>
<value compset="1850_DATM%CPLHIST">1</value>
</values>
<group>run_component_datm</group>
<file>env_run.xml</file>
Expand All @@ -158,7 +158,7 @@
<valid_values></valid_values>
<default_value>-999</default_value>
<values match="last">
<value compset="1850_DATM%PCLHIST">960</value>
<value compset="1850_DATM%CPLHIST">960</value>
</values>
<group>run_component_datm</group>
<file>env_run.xml</file>
Expand All @@ -170,7 +170,7 @@
<valid_values></valid_values>
<default_value>-999</default_value>
<values match="last">
<value compset="1850_DATM%PCLHIST">1030</value>
<value compset="1850_DATM%CPLHIST">1030</value>
</values>
<group>run_component_datm</group>
<file>env_run.xml</file>
Expand Down

0 comments on commit f449794

Please sign in to comment.