Dear Experts,
Good morning again. I am facing an issue with the modal diameter range, I am unable to figure out the exact range of diameter of aerosols that are used in different modes. Going through the code, it seems like there are a total 4 number of modes (referred to as nmodes or ntot_amode in the code) in the aerosol size spectra. Could you please let me know the range of diameters that are included in different modes?
For instance, as of now, I am assuming:
Could anyone please comment/suggest in this regard? Any advice would be very helpful to accelerate our work, many thanks for your consistent help and cooperation.
Good morning again. I am facing an issue with the modal diameter range, I am unable to figure out the exact range of diameter of aerosols that are used in different modes. Going through the code, it seems like there are a total 4 number of modes (referred to as nmodes or ntot_amode in the code) in the aerosol size spectra. Could you please let me know the range of diameters that are included in different modes?
For instance, as of now, I am assuming:
Code:
if( D(ix, jx) < 0.05) m = 1
if( D(ix, jx) >= 0.05 .and. D(ix, jx) >= 0.5) m = 2
if( D(ix, jx) >= 0.5 .and. D(ix, jx) >= 5) m = 3
if( D(ix, jx) >= 5 ) m = 4
Could anyone please comment/suggest in this regard? Any advice would be very helpful to accelerate our work, many thanks for your consistent help and cooperation.