Skip to content

Commit

Permalink
Missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarthur committed Jun 15, 2016
1 parent edf6f7d commit 8b7cff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrackGenerator/TrackGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ def _singleTrack(self, cycloneNumber, initLon, initLat, initSpeed,
self.offshorePressure = pressure[i]
self.landfallSpeed = speed[i]

poci[i] = getPoci(penv, pressure[i], lat[i], jday[i], eps)
poci[i] = getPoci(penv, pressure[i], lat[i], jday[i], poci_eps)

# If the empirical distribution of tropical cyclone size is
# loaded then sample and update the maximum radius.
Expand Down

0 comments on commit 8b7cff4

Please sign in to comment.