diff --git a/cht_cyclones/tropical_cyclone.py b/cht_cyclones/tropical_cyclone.py index 0f968cb..a62e0b7 100644 --- a/cht_cyclones/tropical_cyclone.py +++ b/cht_cyclones/tropical_cyclone.py @@ -64,7 +64,7 @@ def __init__(self, name=None): "schwerdt1979" # asymmetry_options: schwerdt1979, mvo, none ) self.reference_time = datetime(1970, 1, 1) # used when writing out spiderweb - self.include_rainfall = False # logic: 0 is no and 1 is yes + self.include_rainfall = True # logic: 0 is no and 1 is yes self.rainfall_relationship = "ipet" # rainfall_relationship: ipet self.rainfall_factor = 1.0 # factor to calibrate rainfall