Flight plan - ATR-20240816b#
c_atrFlight plan#
The flight is planned to take off at 2024-08-16 16:00:00+00:00 UTC and land at 2024-08-16 19:30:00+00:00 UTC.
Normal MAESTRO flight pattern.
Deep convection expected.
The HALO circle around the ATR-transects will be of radius 70 km centered at 17.433 N, 23.5 W.
Show code cell source
from orcestra.flightplan import sal, bco, LatLon, IntoCircle, path_preview, plot_cwv
from datetime import datetime
import intake
cat = intake.open_catalog("https://tcodata.mpimet.mpg.de/internal.yaml")
date_time = datetime(2024, 8, 6, 12, 0, 0)
date_time_str = date_time.strftime('%Y-%m-%d')
flight_time = datetime(2024, 8, 11, 12, 0, 0)
from orcestra.flightplan import sal, bco, LatLon, IntoCircle, path_preview, plot_cwv
from datetime import datetime
import intake
cat = intake.open_catalog("https://tcodata.mpimet.mpg.de/internal.yaml")
date_time = datetime(2024, 8, 6, 12, 0, 0)
date_time_str = date_time.strftime('%Y-%m-%d')
flight_time = datetime(2024, 8, 16, 12, 0, 0)
radius = 70e3 # units: km
circle_atr = LatLon(lat=17.433, lon=-23.5, label="")
halo_circle = IntoCircle(circle_atr, radius, 360)
airport = sal
wp1 = LatLon(lat=16.781, lon=-22.731, label='wp1')
wp2 = LatLon(lat=17.968 , lon=-24.134, label='wp2')
path = [airport, wp1, wp2, wp1, wp2, wp1, airport]
ds = cat.HIFS(refdate=date_time_str, reftime=date_time.hour).to_dask()
cwv_flight_time = ds["tcwv"].sel(time=flight_time, method = "nearest")
ax = path_preview(path)
path_preview([circle_atr.course(0, radius), halo_circle], ax=ax) # HACK: Add HALO circle
ax.scatter(circle_atr.lon, circle_atr.lat, color="tab:orange")
ax.text(circle_atr.lon+0.05, circle_atr.lat, color="tab:orange", s='HALO_Circle', bbox=dict(facecolor='white',edgecolor='white', boxstyle='round,pad=0.1'))
# ax.set_extent([-26.5, -20.8, 15, 19.5])
plot_cwv(cwv_flight_time)
SAFIRE Flight Plan submitted to Air Traffic Control (ATC)
Show code cell source
import pandas as pd
from dataclasses import asdict
pd.DataFrame.from_records(map(asdict, path+[circle_atr])).set_index("label")
lat | lon | fl | time | note | |
---|---|---|---|---|---|
label | |||||
SAL | 16.734488 | -22.943974 | 0.0 | None | None |
wp1 | 16.781000 | -22.731000 | NaN | None | None |
wp2 | 17.968000 | -24.134000 | NaN | None | None |
wp1 | 16.781000 | -22.731000 | NaN | None | None |
wp2 | 17.968000 | -24.134000 | NaN | None | None |
wp1 | 16.781000 | -22.731000 | NaN | None | None |
SAL | 16.734488 | -22.943974 | 0.0 | None | None |
17.433000 | -23.500000 | NaN | None | None |
Crew#
Job |
Name |
---|---|
Pilot |
Jean-François Bourdinot |
Pilot |
Guillaume Seurat |
Mechanics |
Thierry André |
Expé Principal |
Gilles Vergez |
Expé |
Tania Jiang |
PI |
Sandrine Bony |
LNG |
Kevin Huet |
aWALI |
Hélène Cassan |
Microphys 1 |
Pierre Coutris |
Microphys 2 |
Thierry Latchimy |
RASTA |
Julien Delanoë |
BASTA |
Sophie Bounissou |