Skip to content

Commit dfb5130

Browse files
committed
merge to 060
2 parents 247774e + 4c27612 commit dfb5130

13 files changed

+698
-120
lines changed

CODE_OF_CONDUCT.md

-84
This file was deleted.

bld/build-namelist

+3-5
Original file line numberDiff line numberDiff line change
@@ -760,11 +760,9 @@ if ($rad_pkg =~ /rrtmg/ or $chem =~ /waccm/) {
760760
# use solar data file as the default for rrtmg and waccm_ma
761761
add_default($nl, 'solar_irrad_data_file');
762762

763-
# This option only used by camrt and rrtmg radiation schemes.
764-
# The solar spectral scaling is done internal to RRTMGP code.
765-
if ($rad_pkg ne 'rrtmgp') {
766-
add_default($nl, 'solar_htng_spctrl_scl', 'val'=>'.true.');
767-
}
763+
# The solar spectral scaling is done based on the distribution from
764+
# the solar_irrad_data_file.
765+
add_default($nl, 'solar_htng_spctrl_scl', 'val'=>'.true.');
768766

769767
}
770768
elsif (!$simple_phys) {

bld/namelist_files/namelist_defaults_cam.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,7 @@
22142214
<clubb_l_intr_sfc_flux_smooth phys="cam7" > .true. </clubb_l_intr_sfc_flux_smooth>
22152215
<clubb_l_lmm_stepping > .false. </clubb_l_lmm_stepping>
22162216
<clubb_l_lscale_plume_centered > .false. </clubb_l_lscale_plume_centered>
2217-
<clubb_l_min_wp2_from_corr_wx > .true. </clubb_l_min_wp2_from_corr_wx>
2217+
<clubb_l_min_wp2_from_corr_wx > .false. </clubb_l_min_wp2_from_corr_wx>
22182218
<clubb_l_min_xp2_from_corr_wx > .true. </clubb_l_min_xp2_from_corr_wx>
22192219
<clubb_l_mono_flux_lim_rtm > .true. </clubb_l_mono_flux_lim_rtm>
22202220
<clubb_l_mono_flux_lim_spikefix > .true. </clubb_l_mono_flux_lim_spikefix>

0 commit comments

Comments
 (0)