Skip to content

Commit

Permalink
turn rainfall on
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-d-w committed Jun 29, 2023
1 parent a55f40c commit 7e2de3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cht_cyclones/tropical_cyclone.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7e2de3d

Please sign in to comment.