Skip to content

Commit

Permalink
case example for EVVE paper
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveBrandes committed Sep 15, 2022
1 parent be9c4cc commit a9114c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ex_centralPA1_fall_simpleheuristic.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
track_start_region=(10, 29.5, 39.5, 39.5), #xmin, xmax, ymin, ymax
#track_start_region=(12, 18, 15, 25), #xmin, xmax, ymin, ymax. placed centrally for random walk case
track_start_type='structured', # structured, random
track_count=50, #50, #per thermals realization
track_count=100, #50, #per thermals realization

# plotting related
fig_height=6.,
Expand Down Expand Up @@ -87,7 +87,7 @@
sim = Simulator(cfg)

sim.plot_terrain_features()
sim.plot_updrafts(plot='pcolormesh', vmax=3)
sim.plot_updrafts(plot='pcolormesh', vmax=2)
sim.plot_thermal_updrafts()
#sim.plot_wtk_layers()
#sim.plot_directional_potentials()
Expand Down

0 comments on commit a9114c7

Please sign in to comment.