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

Hysplitdev #108

Merged
merged 10 commits into from
Apr 12, 2023
Merged

Hysplitdev #108

merged 10 commits into from
Apr 12, 2023

Conversation

amcz
Copy link
Collaborator

@amcz amcz commented Apr 12, 2023

merge hysplitdev back into develop.
Addresses issues #102 adding function to hytraj to combine several tdump files into one dataframe.
Addresses issue #103 add some unit testing for hysplit.py and hytraj.py
Small changes to hysplit.py functions
get_latlongrid improved exception statements
get_latlon replace x>=180 test with x>=180+lon_tolerance
get_thickness modified to calculate if attribute specifying vertical
levels is bad.

zmoon and others added 10 commits November 21, 2022 13:08
get_latlongrid function. get_latlongrid function now calls getlatlon.
added gridhash attribute to class to replace attributes such as
llcrnr_lon that described the grid. replaced np.arange with np.linspace
when step size is not an integer (in getlatlon function).
xarray DataArray input which does not have latitude, longitude
coordinates
get_latlongrid improved exception statements
get_latlon replace x>=180 test with x>=180+lon_tolerance
get_thickness modified to calculate if attribute specifying vertical
levels is bad.

hytraj.py
added documentation to combine_dataset
updated combine_dataset for better logic when renumber=False and
taglist=None.
added unit testing test_hysplit.py and test_hytraj.py in the tests
directory. test_hytraj.py utilizes tdump.1 and tdump.2 files in the data
directory.
accepted all changes from HEAD.
@amcz amcz merged commit b94e40f into develop Apr 12, 2023
@amcz amcz deleted the hysplitdev branch April 12, 2023 12:36
@zmoon zmoon restored the hysplitdev branch April 12, 2023 14:23
@zmoon
Copy link
Member

zmoon commented Apr 12, 2023

@amcz the tests did not all pass. Generally we want everything to be passing before merging. Also I would have been happy to review a bit.

@zmoon zmoon mentioned this pull request Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants