Skip to content

Ambient aerosol particles #137

Answered by thabbott
maxicloco asked this question in Q&A
Discussion options

You must be logged in to vote

I think you bring up a good point, @maxicloco. min_ice_particle_number_nvpm_ei_n is currently used to represent activation of secondary aerosols produced by engine emissions and ambient aerosols:

def ice_particle_number(
nvpm_ei_n: npt.NDArray[np.float_],
fuel_dist: npt.NDArray[np.float_],
iwc: npt.NDArray[np.float_],
iwc_1: npt.NDArray[np.float_],
air_temperature: npt.NDArray[np.float_],
T_crit_sac: npt.NDArray[np.float_],
min_ice_particle_number_nvpm_ei_n: float,
) -> npt.NDArray[np.float_]:
"""Calculate the initial number of ice particles per …

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by maxicloco
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants