Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add function for creating back trajectories #22

Open
amcz opened this issue Jul 31, 2023 · 1 comment
Open

add function for creating back trajectories #22

amcz opened this issue Jul 31, 2023 · 1 comment
Assignees

Comments

@amcz
Copy link
Collaborator

amcz commented Jul 31, 2023

Add a function (and helper functions as needed) which does the following

Input - xarray dataset representing volcat data.
output - csv file which can be used by ash_main.py to create a set of back trajectory runs from the observation points.
For each observed latitude, longitude point, trajectories at different heights should be generated.
There may be several different methods for determining what set of heights should be run at.
and the function should be written so that this can easily be changed.

@bavands7
Copy link
Collaborator

bavands7 commented Aug 7, 2023

Hi Alice,

The functions have been added to the "utilvolc/make_dasta_insertion.py" file in the branch of utilhysplit that I have forked in my repository. I had to test them to ensure that they produce the right outputs. There may be a need a few more explanations about the functions, which I would add later.

In case you want to test them using a jupyter notebook file named "plume_thickness_function_" at

/home/bavands/work-home/volcano_ash/backyard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants