Defines the Revital class which manipulates tcvitals files. More...
Defines the Revital class which manipulates tcvitals files.
This module deals with rewriting TCVitals files to remove errors, change Invests to storms, and other such operations.
Classes | |
class | Revital |
This class reads one or more tcvitals files and rewrites them as requested. More... | |
class | RevitalError |
Base class of errors related to rewriting vitals. More... | |
class | RevitalInitError |
This exception is raised when an argument to the Revital constructor is invalid. More... | |
Variables | |
list | __all__ = ['Revital','RevitalError','RevitalInitError'] |
List of symbols to export by "from hwrf.revital import *". | |
tuple | zero_time = to_timedelta(0) |
A datetime.timedelta that represents zero time difference. | |
tuple | two_days = to_timedelta(3600*24*2) |
A datetime.timedelta that represents positive 48 hours. | |
tuple | six_hours = to_timedelta(3600*6) |
A datetime.timedelta that represents positive 6 hours. | |