Skip to content

Commit bafb7a0

Browse files
committed
Merge branch 'jonbob/cpl/update-albav' (PR E3SM-Project#7741)
Make CPL_ALBAV default on only for CORE-II forcing This changes the defaults for CPL_ALBAV so that they are dependent on datm forcing and only TRUE for CORE-II. Previously this has been set to FALSE for all realistic configurations, on only for POP with datm (which E3SM does not use) and datm with docn using IAF forcing (which is only valid for a particular A-case). [NML] for tests with CORE-II forcing [non-BFB] for tests with CORE-II forcing
2 parents 6c5dca1 + 221d6b8 commit bafb7a0

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

driver-mct/cime_config/config_component_e3sm.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -629,21 +629,19 @@
629629
<valid_values>TRUE,FALSE</valid_values>
630630
<default_value>FALSE</default_value>
631631
<values match="last">
632-
<value compset="DATM.+POP\d">TRUE</value>
633-
<value compset="DATM.+DOCN%IAF">TRUE</value>
632+
<value compset="DATM%IAF">TRUE</value>
633+
<value compset="DATM%NYF">TRUE</value>
634634
</values>
635635
<group>run_component_cpl</group>
636636
<file>env_run.xml</file>
637637
<desc>
638-
Only used for compsets with DATM and POP (currently C, G and J):
639-
If true, compute albedos to work with daily avg SW down
640-
If false (default), albedos are computed with the assumption that downward
638+
Only used for compsets with DATM and MPASO (currently C, G and J):
639+
If FALSE (default), albedos are computed with the assumption that downward
641640
solar radiation from the atm component has a diurnal cycle and zenith-angle
642641
dependence. This is normally the case when using an active atm component
643-
If true, albedos are computed with the assumption that downward
642+
If TRUE, albedos are computed with the assumption that downward
644643
solar radiation from the atm component is a daily average quantity and
645-
does not have a zenith-angle dependence. This is often the case when
646-
using a data atm component. Only used for compsets with DATM and POP (currently C, G and J).
644+
does not have a zenith-angle dependence.
647645
NOTE: This should really depend on the datm forcing and not the compset per se.
648646
So, for example, whether it is set in a J compset should depend on
649647
what datm forcing is used.

0 commit comments

Comments
 (0)