File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -860,6 +860,10 @@ if ($rad_pkg eq 'rrtmgp') {
860
860
add_default($nl ,' fixed_total_solar_irradiance' );
861
861
}
862
862
863
+ if ($rad_pkg eq ' rrtmg' ) {
864
+ add_default($nl , ' rad_asym_splt' )
865
+ }
866
+
863
867
#
864
868
# Simulated years: sim_year and sim_year_start
865
869
#
Original file line number Diff line number Diff line change 1377
1377
<fixed_total_solar_irradiance >-1 </fixed_total_solar_irradiance >
1378
1378
<do_spa_optics > .false.</do_spa_optics >
1379
1379
1380
+ <!-- Only for use with RRTMG -->
1381
+ <rad_asym_splt > .true.</rad_asym_splt >
1382
+
1380
1383
<!-- ================================================================== -->
1381
1384
<!-- Defaults for SE -->
1382
1385
<!-- ================================================================== -->
Original file line number Diff line number Diff line change @@ -4499,7 +4499,7 @@ group="radiation_nl" valid_values="" >
4499
4499
Split surface insolation asymmetrically between VIS/NIR.
4500
4500
Coefficient determines fraction of VIS flux (i.e., less than 0.7 um)
4501
4501
in RRTMG overlap band that spans 0.625–0.778 um
4502
- Default: FALSE
4502
+ Default: TRUE
4503
4503
</entry >
4504
4504
4505
4505
<entry id =" use_rad_dt_cosz" type =" logical" category =" radiation"
You can’t perform that action at this time.
0 commit comments