Skip to content

Commit

Permalink
Merge pull request #1208 from AchrefAO/master
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
knutfrode authored Jan 3, 2024
2 parents 99dd119 + 2363416 commit b4d0916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendrift/models/openberg.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def update(self):

# Areas exposed
Ao = abs(self.elements.draft) * self.elements.length # Area_wet
Aa = self.elements.draft * self.elements.length # Area_dry
Aa = self.elements.sail * self.elements.length # Area_dry

# See ACCIBERG presentation
# https://docs.google.com/presentation/d/1O5C2v7PA3PW8a93IAGU-aS6BSKt3s-Fw/edit#slide=id.p1
Expand Down

0 comments on commit b4d0916

Please sign in to comment.