Skip to content

Commit

Permalink
Merge branch 'v2.0' of github.com:GeoscienceAustralia/tcrm into v2.0
Browse files Browse the repository at this point in the history
Conflicts:
	wind/__init__.py
  • Loading branch information
wcarthur committed Oct 31, 2016
2 parents 738b073 + b45e0a7 commit 7eabf1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wind/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ def localWindField(self, i):
eP = convert(self.track.EnvPressure[i], 'hPa', 'Pa')
cP = convert(self.track.CentralPressure[i], 'hPa', 'Pa')
rMax = self.track.rMax[i]
vFm = convert(self.track.Speed[i], 'kmh', 'mps')
thetaFm = bearing2theta(self.track.Bearing[i] * np.pi/180.),
vFm = convert(self.track.Speed[i], 'kph', 'mps')
thetaFm = bearing2theta(self.track.Bearing[i] * np.pi/180.)
thetaMax = self.thetaMax

#FIXME: temporary way to do this
Expand Down

0 comments on commit 7eabf1e

Please sign in to comment.