Skip to content

Commit

Permalink
Merge branch 'jonbob/mpascice/dcompset' (PR #1815)
Browse files Browse the repository at this point in the history
This PR fixes D-compsets using the mpas-seaice component, which previously had
been broken. The slab ocean model used by the data-ocean model in all D-compsets
couples with a freezing melting potential, rather than direct frazil fluxes used
by the active ocean model. This PR introduces a new namelist variable
"config_ocean_surface_type" that the scripts set based on compset. This variable
is then used to set up the correct coupling mechanism in the driver and code. A
new version of mpas-seaice is also required. The scripts are also modified
slightly to change coupling intervals for D-compsets based on the underlying
seaice resolution.

This PR is BFB for all tested configurations, but will change answers for DTESTM
compsets.

Tested with:
* -compset DTEST -mach edison -res f45_g37_rx1
* -compset DTESTM -mach edison -res T62_oQU240

[NML]
[BFB]
  • Loading branch information
jonbob committed Oct 18, 2017
2 parents 26293d6 + 3baf94f commit 4872431
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/drivers/mct/cime_config/config_component_acme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,16 +255,16 @@
<value compset="_DLND.*_MPASLI">1</value>
<value compset="_SLND.*SOCN.*_MPASLI">1</value>
<value compset="_DATM.*_SLND.*MPASO.*_MPASLI">24</value>
<value compset="_DATM.*_SLND.*MPASO" grid="oi%oQU240">12</value>
<value compset="_DATM.*_SLND.*MPASO" grid="oi%oQU240wLI">12</value>
<value compset="_DATM.*_SLND.*MPASO" grid="oi%oQU120">24</value>
<value compset="_DATM.*_SLND.*MPASO" grid="oi%oEC60to30">48</value>
<value compset="_DATM.*_SLND.*MPASO" grid="oi%oEC60to30v3">48</value>
<value compset="_DATM.*_SLND.*MPASO" grid="oi%oEC60to30wLI">48</value>
<value compset="_DATM.*_SLND.*MPASO" grid="oi%oRRS30to10v3">96</value>
<value compset="_DATM.*_SLND.*MPASO" grid="oi%oRRS30to10wLI">96</value>
<value compset="_DATM.*_SLND.*MPASO" grid="oi%oRRS18to6v3">96</value>
<value compset="_DATM.*_SLND.*MPASO" grid="oi%oRRS15to5">96</value>
<value compset="_DATM.*_SLND.*MPAS" grid="oi%oQU240">12</value>
<value compset="_DATM.*_SLND.*MPAS" grid="oi%oQU240wLI">12</value>
<value compset="_DATM.*_SLND.*MPAS" grid="oi%oQU120">24</value>
<value compset="_DATM.*_SLND.*MPAS" grid="oi%oEC60to30">48</value>
<value compset="_DATM.*_SLND.*MPAS" grid="oi%oEC60to30v3">48</value>
<value compset="_DATM.*_SLND.*MPAS" grid="oi%oEC60to30wLI">48</value>
<value compset="_DATM.*_SLND.*MPAS" grid="oi%oRRS30to10v3">96</value>
<value compset="_DATM.*_SLND.*MPAS" grid="oi%oRRS30to10wLI">96</value>
<value compset="_DATM.*_SLND.*MPAS" grid="oi%oRRS18to6v3">96</value>
<value compset="_DATM.*_SLND.*MPAS" grid="oi%oRRS15to5">96</value>
<value compset="_CAM.*_CLM.*MPASO">48</value>
<value compset="_CAM.*_CLM.*MPASO" grid="a%ne11np4">12</value>
<value compset="_CAM.*_CLM.*MPASO" grid="a%ne120np4">96</value>
Expand Down

0 comments on commit 4872431

Please sign in to comment.