Skip to content

Commit 99459d4

Browse files
committed
Merge branch 'jonbob/eam/make-asym-rad-splt-default' into next (PR #7663)
Make rad_asym_splt true by default for RRTMG Makes the rad_asym_splt setting introduced by PR #7488 on by default for RRTMG. [NML] [non-BFB]
2 parents adcd4f7 + 11a6b32 commit 99459d4

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

components/eam/bld/build-namelist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,10 @@ if ($rad_pkg eq 'rrtmgp') {
860860
add_default($nl,'fixed_total_solar_irradiance');
861861
}
862862

863+
if ($rad_pkg eq 'rrtmg') {
864+
add_default($nl, 'rad_asym_splt')
865+
}
866+
863867
#
864868
# Simulated years: sim_year and sim_year_start
865869
#

components/eam/bld/namelist_files/namelist_defaults_eam.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,6 +1377,9 @@
13771377
<fixed_total_solar_irradiance>-1 </fixed_total_solar_irradiance>
13781378
<do_spa_optics> .false.</do_spa_optics>
13791379

1380+
<!-- Only for use with RRTMG -->
1381+
<rad_asym_splt> .true.</rad_asym_splt>
1382+
13801383
<!-- ================================================================== -->
13811384
<!-- Defaults for SE -->
13821385
<!-- ================================================================== -->

components/eam/bld/namelist_files/namelist_definition.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4499,7 +4499,7 @@ group="radiation_nl" valid_values="" >
44994499
Split surface insolation asymmetrically between VIS/NIR.
45004500
Coefficient determines fraction of VIS flux (i.e., less than 0.7 um)
45014501
in RRTMG overlap band that spans 0.625–0.778 um
4502-
Default: FALSE
4502+
Default: TRUE
45034503
</entry>
45044504

45054505
<entry id="use_rad_dt_cosz" type="logical" category="radiation"

0 commit comments

Comments
 (0)