Skip to content

Commit

Permalink
Turn on TOP solar radation scheme in elm for all EAM%CMIP6 compsets
Browse files Browse the repository at this point in the history
  • Loading branch information
wlin7 committed Oct 5, 2023
1 parent ced7117 commit daaba0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/elm/bld/ELMBuildNamelist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ sub setup_cmdl_solar_rad_scheme {
my $val;

# If "-solar_rad_scheme pp" or "-solar_rad_scheme" is unspecified, then
# we will set "use_top_solar_rad = .true."
# we will set "use_top_solar_rad = .false."
if ( $opts->{$var} eq "pp" || $opts->{$var} eq "default" ) {
$val = ".false.";
} else {
Expand Down
1 change: 1 addition & 0 deletions components/elm/cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
<value compset="_ELM%[^_]*SP" >-bgc sp</value>
<value compset="_ELM%[^_]*TOP" >-solar_rad_scheme top</value>
<value compset="_ELM%[^_]*SPBC" >-bgc sp</value>
<value compset="_EAM%CMIP6_ELM%[^_]*SPBC" >-bgc sp -solar_rad_scheme top</value>
<value compset="_ELM%[^_]*CN" >-bgc cn</value>
<value compset="_ELM%[^_]*BGC" >-bgc bgc</value>
<value compset="_ELM%[^_]*CN-CROP" >-bgc cn -crop</value>
Expand Down

0 comments on commit daaba0d

Please sign in to comment.