Initialize different

Topics about the HYSPLIT dispersion model.
Post Reply
Sentia
Posts: 7
Joined: September 4th, 2023, 11:43 am
Registered HYSPLIT User: No

Initialize different

Post by Sentia »

I would like to release different species (of different sizes), at different levels. I understood the the height of the release was set up as part of the location in the CONTROL FILE. So to make release at different levels, I should make multiple runs. Is there a way to define all the different release levels as the initialization of one run only?
alicec
Posts: 419
Joined: February 8th, 2016, 12:56 pm
Registered HYSPLIT User: Yes

Re: Initialize different

Post by alicec »

Yes - you can utilize an additional input file called an emitimes file.
There is some information about how to construct it here:

https://www.ready.noaa.gov/documents/Tu ... _emit.html
https://www.ready.noaa.gov/hysplitusersguide/S417.htm

Usually people set up a script to write it rather than relying on the GUI interface.
If you use python, there are some python classes to help with writing one.
https://github.com/noaa-oar-arl/utilhys ... example.py

It can be a bit tricky to get the format correct so feel free to write back with any questions/problems.
alicec
Posts: 419
Joined: February 8th, 2016, 12:56 pm
Registered HYSPLIT User: Yes

Re: Initialize different

Post by alicec »

Yes - you can utilize an additional input file called an emitimes file.
There is some information about how to construct it here:

https://www.ready.noaa.gov/documents/Tu ... _emit.html
https://www.ready.noaa.gov/hysplitusersguide/S417.htm

Usually people set up a script to write it rather than relying on the GUI interface.
If you use python, there are some python classes to help with writing one.
https://github.com/noaa-oar-arl/utilhys ... example.py

It can be a bit tricky to get the format correct so please write back with any questions/problems.
Sentia
Posts: 7
Joined: September 4th, 2023, 11:43 am
Registered HYSPLIT User: No

Re: Initialize different

Post by Sentia »

Thank you! It is exactly what I was looking for.
Post Reply

Return to “Dispersion Model”