Skip to content

Commit

Permalink
Merge tag 'cam6_4_059' into issue1233_preserve_constant_dry_mixingrat…
Browse files Browse the repository at this point in the history
…ios_in_gwdrag_bugfix

issue 1212 bug fix (cloud frac ice+liquid)
  • Loading branch information
cacraigucar committed Feb 4, 2025
2 parents 6c905d0 + b3ef374 commit d3285d7
Show file tree
Hide file tree
Showing 10 changed files with 539 additions and 106 deletions.
84 changes: 0 additions & 84 deletions CODE_OF_CONDUCT.md

This file was deleted.

8 changes: 3 additions & 5 deletions bld/build-namelist
Original file line number Diff line number Diff line change
Expand Up @@ -760,11 +760,9 @@ if ($rad_pkg =~ /rrtmg/ or $chem =~ /waccm/) {
# use solar data file as the default for rrtmg and waccm_ma
add_default($nl, 'solar_irrad_data_file');

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

}
elsif (!$simple_phys) {
Expand Down
2 changes: 1 addition & 1 deletion bld/namelist_files/namelist_defaults_cam.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2214,7 +2214,7 @@
<clubb_l_intr_sfc_flux_smooth phys="cam7" > .true. </clubb_l_intr_sfc_flux_smooth>
<clubb_l_lmm_stepping > .false. </clubb_l_lmm_stepping>
<clubb_l_lscale_plume_centered > .false. </clubb_l_lscale_plume_centered>
<clubb_l_min_wp2_from_corr_wx > .true. </clubb_l_min_wp2_from_corr_wx>
<clubb_l_min_wp2_from_corr_wx > .false. </clubb_l_min_wp2_from_corr_wx>
<clubb_l_min_xp2_from_corr_wx > .true. </clubb_l_min_xp2_from_corr_wx>
<clubb_l_mono_flux_lim_rtm > .true. </clubb_l_mono_flux_lim_rtm>
<clubb_l_mono_flux_lim_spikefix > .true. </clubb_l_mono_flux_lim_spikefix>
Expand Down
Loading

0 comments on commit d3285d7

Please sign in to comment.