HWRF
trunk@4391
|
Raised when the end of a timespan is not a timestep. More...
Raised when the end of a timespan is not a timestep.
Presently unused.
Presently unused, this was to indicate that the end of a timespan is not on a timestep, for temporally discrete processes. Such end times are allowed in WRF, so this exception is unused.
Definition at line 227 of file exceptions.py.
Additional Inherited Members | |
![]() | |
def | __init__ (self, message, start, end) |
Constructor for InvalidTimespan. More... | |
![]() | |
start | |
the start of the problematic timespan | |
end | |
the end of the problematic timespan | |