Skip to content

Commit

Permalink
Merge pull request #1688 from billsacks/ocn_ncpl_clm5
Browse files Browse the repository at this point in the history
Apply OCN_NCPL setting to any version of CLM

Also remove a duplicate line

Test suite: Ran a few tests in a CLM sandbox: I compsets with clm45 and clm50
before and after this change. Verified that, with this change,
OCN_NCPL is 1 as desired for both clm45 and clm50.
Test baseline: N/A
Test namelist changes: Changes ocn_cpl_dt in drv_in for I compsets with clm50 
Test status: bit for bit
I haven't tested for bit-for-bit, but this change in the coupling frequency
of a stub model should not change answers

Fixes #1687 

User interface changes?: none

Code review: @mvertens
  • Loading branch information
billsacks authored Jul 6, 2017
2 parents e9c2f45 + 4ad5bcf commit 3d40552
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/drivers/mct/cime_config/config_component_cesm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,10 @@
<value compset="_POP2" grid="oi%tx0.1v2">4</value>
<value compset="_POP2" grid="oi%gx1v6">24</value>
<value compset="_POP2" grid="oi%gx1v7">24</value>
<value compset="_DATM.*_CLM4.*_SICE.*_SOCN">1</value>
<value compset="_DATM%NYF.*_SLND.*_DICE.*_DOCN.*_SWAV">1</value>
<value compset="_DATM%NYF.*_DLND.*_DICE.*_DOCN.*_DWAV">1</value>
<value compset="_XATM.*_XLND.*_XICE.*_XOCN">1</value>
<value compset="_DATM.*_CLM4.*_SICE.*_SOCN">1</value>
<value compset="_DATM.*_CLM.*_SICE.*_SOCN">1</value>
<value compset="_SATM.*_SLND.*_SICE.*_SOCN">1</value>
<value compset="_DLND.*_CISM\d">1</value>
</values>
Expand Down

0 comments on commit 3d40552

Please sign in to comment.