Page 1 of 1

Initialize different

Posted: September 4th, 2023, 12:06 pm
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?

Re: Initialize different

Posted: September 7th, 2023, 11:37 am
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.

Re: Initialize different

Posted: September 7th, 2023, 11:38 am
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.

Re: Initialize different

Posted: September 15th, 2023, 10:45 am
by Sentia
Thank you! It is exactly what I was looking for.