Releases: davbyr/ParaTC
Releases · davbyr/ParaTC
v0.3.0
Some small functionality added and some small fixes:
- shift_tracks_lon() function added to track_tools.
- Boundary layer module added bl_models.py. Nothing in it yet.
- Bug fix. Where translation speed = 0, translation vectors also = 0 (previously NaN)
- Some other small fixes and changes to comments.
Version 0.2.0
Changes since previous version:
- Added track_tools.py module. This contains methods for modifying track dataframes, such as interpolation and subsetting.
- Added
interp_timestep
argument to intialization ofTCModel()
. This will interpolate a track dataframe to a specified hour timestep. - Updated README and example notebooks.
- Renamed
TCModel.make_wind_vectors()
toapply_inflow_angle()
. - Made changes to
stress_models.cd_large_pond82
. - Fixed some small bugs.
Version 0.1.4
In this release, the following modules have been added:
- bg_models
- rmw_models
- inflow_models
- stress_models
- tctools
Additionally, some private modules have been added.
TCModel() and Holland1980() have been added and explained in the README.