Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/contrib.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Credits
=======

* Kevin Hodges
* Kevin Hodges - Access to TRACK and guidance on wrapping

* Helen Situ
* Helen Situ - Creator of pyTRACK-CMIP6, from where most of the front-end of pyTRACK has been sourced.

* Giuseppe Zappa
* Giuseppe Zappa - Contributed to pyTRACK-CMIP6, some of which have been inherited by pyTRACK.
2 changes: 1 addition & 1 deletion pyTRACK/track_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def track_uv(infile,
"""
Workflow to track features on 850hPa u-v wind data. Tracks both cyclones and anticyclones.

First computes vortiticy from the input data and then truncates and spectrally filters out small wavenumbers.
First computes vorticity from the input data and then truncates and spectrally filters out small wavenumbers.

Tracks features on this data. Outputs to outdirectory in folders of {hemisphere}_y{year}.

Expand Down