noaa-oar-arl / monetio

The Model and ObservatioN Evaluation Tool I/O package
https://monetio.readthedocs.io
MIT License
17 stars 20 forks source link

Hysplitdev #108

Closed amcz closed 1 year ago

amcz commented 1 year ago

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 commented 1 year ago

@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.