Skip to content

Commit

Permalink
anthro aerosol 2x
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jan 9, 2025
1 parent b04f97c commit 109a198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/callbacks/callbacks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ NVTX.@annotate function rrtmgp_model_callback!(integrator)
p.tracers.prescribed_aerosols_field,
prescribed_aerosol_name,
)
@. ᶜaero_conc = aerosol_field * Y.c.ρ * ᶜΔz
@. ᶜaero_conc = aerosol_field * Y.c.ρ * ᶜΔz * 2
else
@. ᶜaero_conc = 0
end
Expand Down
2 changes: 1 addition & 1 deletion src/parameterized_tendencies/radiation/radiation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function radiation_model_cache(
kwargs = (;
kwargs...,
# assuming fixed aerosol radius
center_dust_radius = 7.5,
center_dust_radius = 0.1,
center_ss_radius = 11.5,
center_dust_column_mass_density = NaN, # initialized in callback
center_ss_column_mass_density = NaN, # initialized in callback
Expand Down

0 comments on commit 109a198

Please sign in to comment.