Thank you very much for your help.
I am using HYSPLIT to model insect dispersal. The computational particles represent insects. Insects do not loss their mass during wind dispersal process, and will eventually land on the ground.
That is why I am only interested in counting the number of particles on the ground level (deposition layer). I do not focus on counting the particles above the deposition layer.
I have looked at the output file of a simulation example from the tutorial. It has a ‘deposition’ value (mass/square meter) for each grid (square meter). Please see the attached file (the second last column: PMCH00000). I am very sorry for using a wrong word ‘concentration’ previously and making you confused. It should be ‘deposition’.
What I would like to do is to convert the ‘deposition’ value (mass/square meter) to the number of computational particles/insects (number/square meter).
I am aware that I would be able to count the number of computational particles by setting CMASS=1 (mass same as emission), as demonstrated in tutorial (section 12.1). CMASS=1 can make each particle equivalent to 1 mass unit (total number of computational particles released = total mass emitted). However, it has the ‘double counting’ issue.
For example, a ‘concentration’ value of 10 suggests a range of possibilities. One particle may have resided in the grid box for 10 time steps, or 10 particles may have been in the grid box only for one time step. In such a case, concentration calculation only results in summation of particles’ mass in each grid box, and the final result is no longer divided by the grid box volume. I guess that this ‘double counting’ issue also affects the accuracy of the number of particles in each grid (square meter) on the deposition layer.
Question 1: How am I going to calculate the number of computational particles in each grid cell (square meter) on the deposition layer without double counting?
Question 2: According to your previous reply, ‘The deposition loop with ichem=5 will set the mass to some of the particles to 0 which will flag those particles for removal from the simulation later.’. It seems that the mass on the particles is changing (from amount of mass to 0), if I understand it correctly.
I thought that the mass on the particles is not changing if I set ICHEM=5. That is why I tried to make each particle equivalent to 1 mass unit (total number of computational particles released = total mass emitted), thus it would be easy for me to count the number of particles after simulations.
I hope that it now makes sense to you. My apologies for the long reply.
Your help would be much appreciated. Thanks.

Kind Regards,
Ming