We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c195c63 + c81400c commit 92471e0Copy full SHA for 92471e0
src/parameterized_tendencies/radiation/radiation.jl
@@ -269,12 +269,12 @@ function radiation_model_cache(
269
center_dust2_radius = 1.4,
270
center_dust3_radius = 2.4,
271
center_dust4_radius = 4.5,
272
- center_dust5_radius = 7.5,
+ center_dust5_radius = 8,
273
center_ss1_radius = 0.55,
274
center_ss2_radius = 1.4,
275
center_ss3_radius = 2.4,
276
center_ss4_radius = 4.5,
277
- center_ss5_radius = 7.5,
+ center_ss5_radius = 8,
278
center_dust1_column_mass_density = NaN, # initialized in callback
279
center_dust2_column_mass_density = NaN, # initialized in callback
280
center_dust3_column_mass_density = NaN, # initialized in callback
0 commit comments