Skip to content

Commit

Permalink
anthro aero 1x
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jan 10, 2025
1 parent 6011075 commit ee8995a
Showing 1 changed file with 1 addition and 1 deletion.
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 * 4
@. ᶜaero_conc = aerosol_field * Y.c.ρ * ᶜΔz
else
@. ᶜaero_conc = 0
end
Expand Down

0 comments on commit ee8995a

Please sign in to comment.